We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7472b5a commit 1eeefc4Copy full SHA for 1eeefc4
1 file changed
.readthedocs.yaml
@@ -1,15 +1,11 @@
1
-# Read the Docs configuration file
2
-# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
-
4
-# Required
5
version: 2
6
7
-# Set the OS, Python version, and other tools you might need
8
build:
9
os: ubuntu-22.04
10
tools:
11
python: "3.12"
12
13
-# Build documentation in the "docs/" directory with Sphinx
14
-sphinx:
15
- configuration: docs/conf.py
+ commands:
+ - pip install uv
+ - uv pip install --system pdoc
+ - uv pip install --system .
+ - pdoc src/qq_lib -d google -o $READTHEDOCS_OUTPUT/html
0 commit comments