Skip to content

Commit b0ec410

Browse files
authored
Merge pull request #877 from branchvincent/docs
Fix readthedocs
2 parents aa12a49 + f51f83a commit b0ec410

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,5 @@ sphinx:
2626
# Optionally declare the Python requirements required to build your docs
2727
python:
2828
install:
29-
- method: pip
30-
path: .
31-
extra_requirements:
32-
- docs
29+
- pip install --upgrade pip
30+
- pip install .[locales,server] --group docs

0 commit comments

Comments
 (0)