Pydoctor Theme I use with all my Python projects.
- Support dark theme (via prefers-color-scheme media query)
- Add orange navbar
- Refine layout spacing
- Add this repo as submodule
git submodule add https://github.com/timo-reymann/pydoctor-theme.git
- In order to use it adjust your pydoctor configuration:
theme = "base" template-dir = "pydoctor-theme"