Completely new theme separate from alabaster.

This commit is contained in:
Rapptz
2017-05-15 01:22:00 -04:00
parent 2d465d9b3c
commit db3bc4076a
4 changed files with 484 additions and 35 deletions

View File

@ -129,13 +129,12 @@ pygments_style = 'friendly'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'alabaster'
html_theme = 'basic'
# 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
# documentation.
# html_theme_options = {
# }
# Add any paths that contain custom themes here, relative to this directory.
@ -305,6 +304,3 @@ texinfo_documents = [
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
def setup(app):
app.add_stylesheet('style.css')