Skip to content

Commit cb7d24b

Browse files
committed
Add readthedocs build dependencies [skip ci]
1 parent 32d225a commit cb7d24b

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.readthedocs.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ build:
77
os: ubuntu-22.04
88
tools:
99
python: "3.12"
10+
jobs:
11+
pre_install:
12+
- pip install poetry==1.7.1
13+
- poetry export --only docs --without-hashes -o requirements.txt
14+
15+
python:
16+
install:
17+
- requirements: requirements.txt
1018

1119
sphinx:
1220
configuration: docs/conf.py

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ urllib3 = "^1.26.12"
6363
[tool.poetry.group.dev.dependencies]
6464
pre-commit = "^2.20.0"
6565
tox = "^3.24.5"
66+
67+
[tool.poetry.group.docs.dependencies]
6668
sphinx-rtd-theme = "^1.0.0"
6769

6870
[build-system]

0 commit comments

Comments
 (0)