Skip to content

Commit

Permalink
Specify install of Nikola in readthedocs using recommended way
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Nov 9, 2021
1 parent 4b759ff commit 23f1349
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ sphinx:
# Optionally declare the Python requirements required to build your docs
python:
install:
- method: pip
path: .
extra_requirements:
- extras
- requirements: docs/sphinx/requirements-docs.txt
2 changes: 0 additions & 2 deletions docs/sphinx/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
-r ../../requirements-extras.txt
-e ../..
pyparsing>=2.0.2
Sphinx>=4.2.0

0 comments on commit 23f1349

Please sign in to comment.