Skip to content

Commit

Permalink
Readthedocs requirements.txt moved to directory docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsesic committed Jan 25, 2022
1 parent 8db3974 commit 5ac0884
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Expand Up @@ -26,7 +26,7 @@ sphinx:
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
Expand Down
9 changes: 9 additions & 0 deletions docs/requirements.txt
@@ -0,0 +1,9 @@
# File: docs/requirements.txt

# Defining the exact version will make sure things don't break
sphinx==4.2.0
sphinx_rtd_theme==1.0.0
readthedocs-sphinx-search==0.1.1
doc8
m2r
pyyaml

0 comments on commit 5ac0884

Please sign in to comment.