Skip to content

Commit fb9bab5

Browse files
committed
docs: ensure the docs group gets installed when building docs
1 parent d55dade commit fb9bab5

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.readthedocs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,13 @@ build:
44
os: ubuntu-22.04
55
tools:
66
python: "3.13"
7+
8+
python:
9+
install:
10+
- method: pip
11+
path: .
12+
extra_requirements:
13+
- docs
14+
715
sphinx:
816
configuration: docs/conf.py

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,14 @@ build:
44
os: ubuntu-22.04
55
tools:
66
python: "3.13"
7+
8+
python:
9+
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
15+
716
sphinx:
817
configuration: docs/conf.py

0 commit comments

Comments
 (0)