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.
2 parents 867758c + 3f1e31a commit 13c67f8Copy full SHA for 13c67f8
.readthedocs.yaml
@@ -7,10 +7,12 @@ build:
7
os: ubuntu-24.04
8
tools:
9
python: "3.13"
10
- commands:
11
- - asdf plugin add uv
12
- - asdf install uv latest
13
- - asdf global uv latest
14
- - uv sync --group docs
15
- - uv run python -m sphinx -T -b html -d docs/_build/doctrees -D language=en
16
- docs $READTHEDOCS_OUTPUT/html
+
+python:
+ install:
+ - requirements: requirements-rtd.txt
+# Build documentation in the "docs/" directory with Sphinx
+sphinx:
17
+ configuration: docs/source/conf.py
18
requirements-rtd.txt
@@ -0,0 +1,8 @@
1
+httpx
2
+sphinx>=7.0
3
+myst_parser>=0.13
4
+sphinx_copybutton
5
+sphinx_autodoc_typehints
6
+sphinx_rtd_theme
+numpydoc
+ipython
0 commit comments