From b49788c1f72ef6605a9405a96c6e4341242f542a Mon Sep 17 00:00:00 2001 From: Luiz Irber Date: Sat, 26 Mar 2022 13:44:36 -0700 Subject: [PATCH] bump readthedocs to python 3.8 --- .readthedocs.yml | 2 +- doc/tutorials.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e58229537a..0c7ae9f116 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,7 +12,7 @@ conda: environment: doc/environment.yml python: - version: 3.7 + version: 3.8 install: - method: pip path: . diff --git a/doc/tutorials.md b/doc/tutorials.md index 276d560ad7..a3a0277e38 100644 --- a/doc/tutorials.md +++ b/doc/tutorials.md @@ -13,7 +13,7 @@ X and Linux. They require about 5 GB of disk space and 5 GB of RAM. These next three tutorials are all notebooks that you can view, run yourself, or run interactively online via the -[binder](http://mybinder.org) service. +[binder](https://mybinder.org) service. * [An introduction to k-mers for genome comparison and analysis](kmers-and-minhash.md)