Skip to content

Commit ed0b088

Browse files
committed
docs: update the .readthedocs.yml for both the cookiecutter and template to use the new requirements files
1 parent 115a3d4 commit ed0b088

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.readthedocs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ build:
77

88
python:
99
install:
10-
- method: pip
11-
path: .
12-
extra_requirements:
13-
- docs
10+
- requirements: docs/requirements.txt
1411

1512
sphinx:
1613
configuration: docs/conf.py

{{cookiecutter.project_name}}/.readthedocs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ build:
77

88
python:
99
install:
10-
# This is required for ReadTheDocs to consider it a Python project and install dependencies.
11-
- method: pip
12-
path: .
13-
extra_requirements:
14-
- docs
10+
- requirements: docs/requirements.txt
1511

1612
sphinx:
1713
configuration: docs/conf.py

0 commit comments

Comments
 (0)