We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da635ca commit 28d21e2Copy full SHA for 28d21e2
.readthedocs.yaml
@@ -15,3 +15,10 @@ build:
15
- uv pip install .[docs]
16
- .venv/bin/python -m sphinx -T -b html -d docs/_build/doctrees -D
17
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
@@ -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