Skip to content

Commit 734b58b

Browse files
committed
fixed rtd
1 parent ced3b9f commit 734b58b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.readthedocs-pre_install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ if [[ "${READTHEDOCS:-no}" == "no" ]]; then
88
echo "This script is only intended to be run in the read-the-docs environment"
99
exit 1
1010
fi
11+
12+
python3 -m pip install --group docs

.readthedocs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ build:
1818
pre_install:
1919
- ./.readthedocs-pre_install.sh
2020

21-
sphinx:
22-
configuration: docs/conf.py
23-
fail_on_warning: false
24-
2521
python:
2622
install:
2723
- method: pip
@@ -30,6 +26,10 @@ python:
3026
- analysis
3127
- viz
3228
- test
33-
- docs
29+
# the docs group is moved to the pre-install.sh script
30+
31+
sphinx:
32+
configuration: docs/conf.py
33+
fail_on_warning: false
3434

3535
formats: []

0 commit comments

Comments
 (0)