wild_sphinx_theme

Like Nature sphinx theme but allows pygments style to be dark


Keywords
sphinx, theme, wild
License
BSD-3-Clause
Install
pip install wild_sphinx_theme==1.0.0

Documentation

Wild Sphinx Theme

Wild is a Sphinx theme based on Nature. It allows you to use a Pygments style with a dark background.

Installation

  1. Install the package:

    $ pip install wild_sphinx_theme
    
  2. Edit your conf.py sphinx configuration file to use the Wild theme:

    import wild_sphinx_theme
    html_theme = 'wild'
    html_theme_path = [wild_sphinx_theme.get_theme_dir()]
    

License

Wild is released under the BSD License.