Skip to content

nameko/sphinx-nameko-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sphinx Nameko Theme

Official sphinx theme for nameko.

Forked from Sphinx Readable Theme, combined with elements of the Read The Docs theme.

Installation and setup

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'

Example

The official nameko documentation uses this theme.

License

Sphinx Nameko Theme is licensed under the MIT license.

Changelog

Version 0.0.3

Add colours to admonitions Nicer styles for inline literals

Version 0.0.2

Remove symlink confusing ReadTheDocs

Version 0.0.1

Initial fork