You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
I like this theme, so I tried it for my package, but the pages generated by autodoc contain a lot of white text. So I cloned this repo, made a new virtualenv, installed the dev requirements via pip, build and installed this package with "make_install", and headed over to the "docs" folder where I made the documentation with "make Html".
All pages render correctly, but the once containing methods or classes (which are generated from the docstrings) do not. I have attached a screenshot from my ~/git/sphinx_typo3_theme/docs/_build/html/sphinx_typo3_theme.html file.
Any help would be awesome. By the way, I'm using macOS Catalina, and the Version of Python in the venv is 3.7.4.
Hey guys,
I like this theme, so I tried it for my package, but the pages generated by autodoc contain a lot of white text. So I cloned this repo, made a new virtualenv, installed the dev requirements via pip, build and installed this package with "make_install", and headed over to the "docs" folder where I made the documentation with "make Html".
All pages render correctly, but the once containing methods or classes (which are generated from the docstrings) do not. I have attached a screenshot from my ~/git/sphinx_typo3_theme/docs/_build/html/sphinx_typo3_theme.html file.
Any help would be awesome. By the way, I'm using macOS Catalina, and the Version of Python in the venv is 3.7.4.
Thanks in advance. :)