1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: pygments-2.0rc1+a2bc2bd/doc/conf.py
===================================================================
--- pygments-2.0rc1+a2bc2bd.orig/doc/conf.py
+++ pygments-2.0rc1+a2bc2bd/doc/conf.py
@@ -93,7 +93,7 @@ exclude_patterns = ['_build']
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'pygments14'
+html_theme = 'default'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
|