Skip to content

Commit 23f1349

Browse files
committed
Specify install of Nikola in readthedocs using recommended way
1 parent 4b759ff commit 23f1349

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.readthedocs.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ sphinx:
2222
# Optionally declare the Python requirements required to build your docs
2323
python:
2424
install:
25+
- method: pip
26+
path: .
27+
extra_requirements:
28+
- extras
2529
- requirements: docs/sphinx/requirements-docs.txt

docs/sphinx/requirements-docs.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
-r ../../requirements-extras.txt
2-
-e ../..
31
pyparsing>=2.0.2
42
Sphinx>=4.2.0

0 commit comments

Comments
 (0)