Sphinx configuration

From wikinotes

Documentation

themes https://sphinx-themes.org/

Tutorials

sphinx as a blogging platform https://predictablynoisy.com/posts/2020/sphinx-blogging/

Themes

# ${PACKAGE}/source/conf.py

# loaded from ${site-packages}/sphinx/themes/
html_theme = 'alabaster'

Each theme may define it's own additional options.

groundworkd-sphinx-theme

https://pypi.org/project/groundwork-sphinx-theme/

A nice dark theme.

# pip install groundwork-sphinx-theme
html_theme = 'groundwork'