sphinx_theme_pd

Material Design theme for Sphinx.


License
MIT
Install
pip install sphinx_theme_pd==0.8.3

Documentation

Sphinx Theme 'pd'

Material Design theme for Sphinx

Sample

Screen shot

./img/sphinx_theme_pd_1.png

./img/sphinx_theme_pd_2.png

./img/sphinx_theme_pd_3.png

./img/sphinx_theme_pd_4.png

Installation

  1. pip install
$ pip install sphinx_theme_pd
  1. Edit your conf.py
import sphinx_theme_pd
html_theme = "sphinx_theme_pd"
html_theme_path = [sphinx_theme_pd.get_html_theme_path()]

Build