Skip to content

Commit

Permalink
fix(rtd): fix version number of Python in scripts/rtd_prebuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Oct 24, 2024
1 parent 6cf62c7 commit 90b5a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rtd_prebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ echo "Modularize pure Python modules"
echo "NOTE: Patch pydoctor to trigger build-finished before RTD extension"
# see https://www.sphinx-doc.org/en/master/extdev/appapi.html#sphinx.application.Sphinx.connect
# see also https://github.com/readthedocs/readthedocs.org/pull/4054 - might or might not be exactly what we are seeing here
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
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 comments on commit 90b5a04

Please sign in to comment.