File tree Expand file tree Collapse file tree 3 files changed +17
-17
lines changed
Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 55# Required
66version : 2
77
8- # Set the version of Python and other tools you might need
8+ # Set the OS, Python version and other tools you might need
99build :
10- os : ubuntu-20 .04
10+ os : " ubuntu-22 .04"
1111 tools :
12- python : " 3.9"
13- # You can also specify other tool versions:
14- # nodejs: "16"
15- # rust: "1.55"
16- # golang: "1.17"
12+ python : " mambaforge-latest"
1713
1814# Build documentation in the docs/ directory with Sphinx
1915sphinx :
@@ -23,7 +19,5 @@ sphinx:
2319# formats:
2420# - pdf
2521
26- # Optionally declare the Python requirements required to build your docs
27- python :
28- install :
29- - requirements : doc/requirements.txt
22+ conda :
23+ environment : doc/environment.yml
Original file line number Diff line number Diff line change 1+ name : readthedocs
2+ channels :
3+ - defaults
4+ - conda-forge
5+ dependencies :
6+ - sphinx_py3doc_enhanced_theme
7+ - docutils=0.20.1 # https://github.com/vidartf/nbsphinx-link/issues/22
8+ - m2r2
9+ - nbsphinx
10+ - nbsphinx-link
11+ - numpy
12+ - lxml_html_clean
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments