[issue47183] Cant compile html docs
New submission from mike mcleod <mikecmcleod@gmail.com>: After sync'ing to upstream/main and then python/Doc on main via 🐍 v3.11.0a6+ ❯ make html mkdir -p build Building NEWS from Misc/NEWS.d with blurb PATH=./venv/bin:$PATH sphinx-build -b html -d build/doctrees -W . build/html Running Sphinx v3.5.4 building [mo]: targets for 0 po files that are out of date building [html]: targets for 495 source files that are out of date updating environment: [new config] 495 added, 0 changed, 0 removed reading sources... [100%] whatsnew/index looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... failed Warning, treated as error: unsupported theme option 'license_url' given make: *** [Makefile:53: build] Error 2 No changes to source. ---------- assignee: docs@python components: Documentation messages: 416448 nosy: docs@python, mikecmcleod priority: normal severity: normal status: open title: Cant compile html docs type: compile error versions: Python 3.11 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue47183> _______________________________________
Zachary Ware <zachary.ware@gmail.com> added the comment: You have a rather old version of Sphinx; the 3.11 docs are built with v4.5.0. Try `make clean-venv venv html`? ---------- nosy: +zach.ware _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue47183> _______________________________________
Change by Zachary Ware <zachary.ware@gmail.com>: ---------- resolution: -> works for me status: open -> pending _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue47183> _______________________________________
mike mcleod <mikecmcleod@gmail.com> added the comment: Works for me. The command installed the correct version of Sphinx. Thanks. ---------- stage: -> resolved status: pending -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue47183> _______________________________________
participants (2)
-
mike mcleod
-
Zachary Ware