Commit 9a37ffc
authored
Fix Read the Docs: use build.jobs instead of build.commands (#33)
* Remove redundant Sphinx install from build commands
Sphinx is already installed via the dev extra requirements, so the
explicit pip install is unnecessary. The key fix is using
python -m sphinx.ext.apidoc instead of sphinx-apidoc command.
* Fix Read the Docs build: use build.jobs instead of build.commands
Using build.commands completely overrides the build process, preventing
Sphinx from generating HTML output. Switch to build.jobs.pre_build to
extend the build process while keeping the default Sphinx build.1 parent e8a0086 commit 9a37ffc
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments