Skip to content

Commit 1eeefc4

Browse files
committed
Readthedocs pdoc
1 parent 7472b5a commit 1eeefc4

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.readthedocs.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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
51
version: 2
62

7-
# Set the OS, Python version, and other tools you might need
83
build:
94
os: ubuntu-22.04
105
tools:
116
python: "3.12"
12-
13-
# Build documentation in the "docs/" directory with Sphinx
14-
sphinx:
15-
configuration: docs/conf.py
7+
commands:
8+
- pip install uv
9+
- uv pip install --system pdoc
10+
- uv pip install --system .
11+
- pdoc src/qq_lib -d google -o $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)