https://github.com/nameko/sphinx-nameko-theme
Sphinx theme
https://github.com/nameko/sphinx-nameko-theme
Last synced: 11 months ago
JSON representation
Sphinx theme
- Host: GitHub
- URL: https://github.com/nameko/sphinx-nameko-theme
- Owner: nameko
- License: other
- Created: 2015-03-30T15:50:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T09:33:10.000Z (over 8 years ago)
- Last Synced: 2025-02-25T21:56:20.418Z (over 1 year ago)
- Language: CSS
- Size: 19.5 KB
- Stars: 10
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - nameko/sphinx-nameko-theme - Sphinx theme (others)
README
===================
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``:
.. code-block:: python
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