Skip to content

Commit 90b5a04

Browse files
committed
fix(rtd): fix version number of Python in scripts/rtd_prebuild.sh
1 parent 6cf62c7 commit 90b5a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rtd_prebuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ echo "Modularize pure Python modules"
1212
echo "NOTE: Patch pydoctor to trigger build-finished before RTD extension"
1313
# see https://www.sphinx-doc.org/en/master/extdev/appapi.html#sphinx.application.Sphinx.connect
1414
# see also https://github.com/readthedocs/readthedocs.org/pull/4054 - might or might not be exactly what we are seeing here
15-
sed -i 's/on_build_finished)/on_build_finished, priority=490)/' /home/docs/checkouts/readthedocs.org/user_builds/igraph/envs/${READTHEDOCS_VERSION}/lib/python3.9/site-packages/pydoctor/sphinx_ext/build_apidocs.py
15+
sed -i 's/on_build_finished)/on_build_finished, priority=490)/' /home/docs/checkouts/readthedocs.org/user_builds/igraph/envs/${READTHEDOCS_VERSION}/lib/python3.11/site-packages/pydoctor/sphinx_ext/build_apidocs.py

0 commit comments

Comments
 (0)