Skip to content

Commit 28d21e2

Browse files
committed
DEV: add docs requirements
1 parent da635ca commit 28d21e2

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ build:
1515
- uv pip install .[docs]
1616
- .venv/bin/python -m sphinx -T -b html -d docs/_build/doctrees -D
1717
language=en docs $READTHEDOCS_OUTPUT/html
18+
19+
sphinx:
20+
configuration: docs/conf.py
21+
22+
python:
23+
install:
24+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
furo>=2023.08.17
2+
myst_parser>=0.13
3+
sphinx>=7.0
4+
sphinx_autodoc_typehints
5+
sphinx_copybutton

0 commit comments

Comments
 (0)