Skip to content

Commit a4aae9e

Browse files
committed
Fix Read the Docs build: install sphinx before running sphinx-apidoc
- Add 'pip install sphinx' before sphinx-apidoc command - Fixes error: 'sphinx-apidoc: not found' - Build commands run before python.install, so sphinx must be installed explicitly
1 parent 6631974 commit a4aae9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ build:
55
tools:
66
python: "3.10"
77
commands:
8+
- pip install sphinx
89
- sphinx-apidoc -o docs/ --separate --no-toc -f cid
910

1011
sphinx:

0 commit comments

Comments
 (0)