We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1027bc commit 28fab4fCopy full SHA for 28fab4f
docs/requirements.txt
@@ -0,0 +1,17 @@
1
+numpy>=1.16.0
2
+pandas>=0.25.0
3
+pytz
4
+requests
5
+scipy>=1.4.0
6
+h5py
7
+ipython
8
+matplotlib
9
+sphinx==4.5.0
10
+pydata-sphinx-theme==0.8.1
11
+sphinx-gallery
12
+docutils==0.15.2
13
+pillow
14
+netcdf4
15
+siphon
16
+sphinx-toggleprompt>=0.0.5
17
+pvfactors==1.5.2
readthedocs.yml
@@ -22,7 +22,6 @@ sphinx:
22
# Optionally declare the Python requirements required to build your docs
23
python:
24
install:
25
- # - requirements: docs/requirements.txt
26
- method: pip
27
path: .
28
extra_requirements:
@@ -39,3 +38,6 @@ python:
39
38
40
# replaced by python.install in v2
41
# pip_install: true
+
42
+ # pin requirements (recommended)
43
+ - requirements: docs/requirements.txt
0 commit comments