Official sphinx theme for nameko.
Forked from Sphinx Readable Theme, combined with elements of the Read The Docs theme.
Install from PyPI:
$ pip install sphinx-nameko-theme
And add this to your Sphinx conf.py
:
import sphinx_nameko_theme
html_theme_path = [sphinx_nameko_theme.get_html_theme_path()]
html_theme = 'nameko'
The official nameko documentation uses this theme.
Sphinx Nameko Theme is licensed under the MIT license.
Add colours to admonitions Nicer styles for inline literals
Remove symlink confusing ReadTheDocs
Initial fork