We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115a3d4 commit ed0b088Copy full SHA for ed0b088
.readthedocs.yml
@@ -7,10 +7,7 @@ build:
7
8
python:
9
install:
10
- - method: pip
11
- path: .
12
- extra_requirements:
13
- - docs
+ - requirements: docs/requirements.txt
14
15
sphinx:
16
configuration: docs/conf.py
{{cookiecutter.project_name}}/.readthedocs.yml
@@ -7,11 +7,7 @@ build:
- # This is required for ReadTheDocs to consider it a Python project and install dependencies.
17
0 commit comments