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 ced3b9f commit 734b58bCopy full SHA for 734b58b
.readthedocs-pre_install.sh
@@ -8,3 +8,5 @@ if [[ "${READTHEDOCS:-no}" == "no" ]]; then
8
echo "This script is only intended to be run in the read-the-docs environment"
9
exit 1
10
fi
11
+
12
+python3 -m pip install --group docs
.readthedocs.yml
@@ -18,10 +18,6 @@ build:
18
pre_install:
19
- ./.readthedocs-pre_install.sh
20
21
-sphinx:
22
- configuration: docs/conf.py
23
- fail_on_warning: false
24
-
25
python:
26
install:
27
- method: pip
@@ -30,6 +26,10 @@ python:
30
- analysis
31
- viz
32
28
- test
33
- - docs
29
+ # the docs group is moved to the pre-install.sh script
+sphinx:
+ configuration: docs/conf.py
+ fail_on_warning: false
34
35
formats: []
0 commit comments