Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nameko/sphinx-nameko-theme
Sphinx theme
https://github.com/nameko/sphinx-nameko-theme
Last synced: 3 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T09:33:10.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T02:19:03.359Z (3 months ago)
- Language: CSS
- Size: 19.5 KB
- Stars: 10
- Watchers: 7
- Forks: 5
- 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 literalsVersion 0.0.2
-------------Remove symlink confusing ReadTheDocs
Version 0.0.1
-------------Initial fork