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 e39621c commit 3800fe1Copy full SHA for 3800fe1
.readthedocs.yaml
@@ -0,0 +1,18 @@
1
+version: 2
2
+
3
+# Specify os and python version
4
+build:
5
+ os: "ubuntu-24.04"
6
+ tools:
7
+ python: "3.10"
8
+ commands:
9
+ - asdf plugin add uv
10
+ - asdf install uv latest
11
+ - asdf global uv latest
12
+ - uv venv $READTHEDOCS_VIRTUALENV_PATH
13
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv --preview pip install .[docs]
14
+ - python -m sphinx -T -b html -d docs/build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html
15
16
+sphinx:
17
+ # Path to your Sphinx configuration file.
18
+ configuration: docs/source/conf.py
0 commit comments