Skip to content

Commit cc86c7b

Browse files
feat: add pre-build job to run sphinx-apidoc in .readthedocs.yaml
1 parent ab76610 commit cc86c7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ build:
44
os: ubuntu-22.04
55
tools:
66
python: "3.11"
7+
jobs:
8+
pre_build:
9+
- "sphinx-apidoc -o docs/source wdoc --force"
710

811
sphinx:
912
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)