sphinx-themes / sphinx-themes.org

A showcase for Sphinx documentation themes
https://sphinx-themes.org
BSD 2-Clause "Simplified" License
234 stars 44 forks source link

Port sphinx_theme_pd to v2 #55

Closed mgeier closed 3 years ago

mgeier commented 3 years ago

To advance #25.

Previous conf.py:

html_theme = 'sphinx_theme_pd'
import sphinx_theme_pd
html_theme_path = [sphinx_theme_pd.get_html_theme_path()]