Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justquick/sphinx-schemes
Color schemes for the sphinx documentation toolkit.
https://github.com/justquick/sphinx-schemes
Last synced: about 2 months ago
JSON representation
Color schemes for the sphinx documentation toolkit.
- Host: GitHub
- URL: https://github.com/justquick/sphinx-schemes
- Owner: justquick
- Created: 2010-02-10T04:19:36.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-10T19:28:21.000Z (almost 15 years ago)
- Last Synced: 2024-10-15T08:45:06.960Z (3 months ago)
- Homepage: http://www.mahner.org/
- Size: 298 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
====================
Sphinx color schemes
====================Note: Scheme means Theme ;-)
Installation:
1. Create a directory called ``_theme`` in your project directory.
2. Copy the scheme folder (for instance ``nature`` to this folder).
3. Alter the corresponding variables in your ``conf.py``::
html_theme_path = ['_theme']
html_theme = 'nature'To read more about theming sphinx, `check out the official doc`_.
.. _check out the official doc: http://sphinx.pocoo.org/theming.html
Current schemes:
----------------Nature
^^^^^^`html_theme = 'nature'`
`Demo Nature `_
.. image:: http://cloud.github.com/downloads/bartTC/sphinx-schemes/nature.png
Apple Developer Connection
^^^^^^^^^^^^^^^^^^^^^^^^^^`html_theme = 'adc'`
`Demo ADC `_
.. image:: http://github.com/coordt/ADCtheme/raw/master/static/scrn1.png