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-better-theme to v2 #56

Closed mgeier closed 3 years ago

mgeier commented 3 years ago

To advance #25.

Previous conf.py:

html_theme = 'better'
from better import better_theme_path
html_theme_path = [better_theme_path]