[New-bugs-announce] [issue47183] Cant compile html docs

mike mcleod report at bugs.python.org
Thu Mar 31 12:17:03 EDT 2022


New submission from mike mcleod <mikecmcleod at 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 at python
components: Documentation
messages: 416448
nosy: docs at python, mikecmcleod
priority: normal
severity: normal
status: open
title: Cant compile html docs
type: compile error
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47183>
_______________________________________


More information about the New-bugs-announce mailing list