diff --git a/.readthedocs.yml b/.readthedocs.yml index 359c66d9703..29a8048dbf9 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,6 +13,12 @@ sphinx: #mkdocs: # configuration: mkdocs.yml +# Set the version of Python and other tools you might need +build: + os: ubuntu-20.04 + tools: + # python: "miniconda3-4.7" + python: "mambaforge-4.10" # Optionally set the version of Python and requirements required to build your docs python: @@ -21,4 +27,4 @@ python: path: package conda: - environment: maintainer/conda/environment.yml \ No newline at end of file + environment: maintainer/conda/environment.yml