Skip to content

Commit b1284f7

Browse files
committed
add rtd config, isolate docs deps
1 parent d291fec commit b1284f7

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

.readthedocs.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
8+
sphinx:
9+
configuration: docs/conf.py
10+
11+
python:
12+
install:
13+
- requirements: docs/requirements_docs.txt

docs/requirements_docs.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sphinx~=7.2.6
2+
sphinx-rtd-theme~=2.0.0
3+
myst-parser~=2.0.0

requirements_dev.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
-r requirements.txt
2+
-r docs/requirements_docs.txt
23
ruff~=0.3.3
34
mypy~=1.9.0
45
pytest-cov~=2.11.1
56
pytest~=6.2.1
67
ipdb~=0.13.4
7-
sphinx~=7.2.6
8-
sphinx-rtd-theme~=2.0.0
9-
myst-parser~=2.0.0
108
bump-my-version~=0.19.3

0 commit comments

Comments
 (0)