[New-bugs-announce] [issue33543] `make html` broken

Barry A. Warsaw report at bugs.python.org
Wed May 16 12:42:41 EDT 2018


New submission from Barry A. Warsaw <barry at python.org>:

Building the documentation in the master (3.8) branch is currently broken:

% make html
make html
mkdir -p build
Building NEWS from Misc/NEWS.d with blurb
PATH=./venv/bin:$PATH sphinx-build -b html -d build/doctrees -D latex_elements.papersize=  . build/html 
Running Sphinx v1.7.4
loading pickled environment... not yet created

Theme error:
no theme named 'python_docs_theme' found (missing theme.conf?)
make: *** [build] Error 2

----------
assignee: docs at python
components: Documentation
messages: 316838
nosy: barry, docs at python
priority: normal
severity: normal
status: open
title: `make html` broken
versions: Python 3.8

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


More information about the New-bugs-announce mailing list