Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upno theme named 'python-docs-theme' found (missing theme.conf?) #45
Comments
|
Hmm, i also got this error, after looking around for a while, finally found it: Works like a charm. |
|
Interestingly, cpython just has |
|
I can confirm the issue as described above, for Python 3.8.2 on macOS with Sphinx 3.1.2, and also that it went away after adding I think the installation instructions on the README page should be updated accordingly (unless someone volunteers to find out why exactly it works without adding |
Details: * It turns out that projects other than Python 3 that use the theme have to set it up in their conf.py files. This change adds the instructions to set that up, to the README file. See issue python#45. Signed-off-by: Andreas Maier <[email protected]>
|
I checked the following steps on Debian:
and it worked as expected, no need to edit Can someone having the issue try this to compare? |
|
For the core sprint repo, we only added the I think it's not needed to add it to |
after installing this theme in virtual environment I've got "Theme error".
I do see "missing theme.conf" in the folder "venv/lib/python3.7/site-packages/python_docs_theme" but "make html" produces an error.
How can this error be fixed?