Sphinx configuration

From wikinotes
Revision as of 12:40, 4 July 2022 by Will (talk | contribs) (→‎Mocking Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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'