Get the style working on RDT.org

By specifying the root style, we don't need to use a template.
This commit is contained in:
PeridexisErrant 2015-09-28 12:53:44 +10:00
parent 84ac6ee5eb
commit d28f2b8f3a
2 changed files with 2 additions and 6 deletions

View file

@ -32,7 +32,7 @@ extensions = [
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['misc/_templates']
templates_path = []
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
@ -115,6 +115,7 @@ extlinks['DFFD'] = extlinks['dffd']
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'alabaster'
html_style = 'dftext.css'
# 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

View file

@ -1,5 +0,0 @@
{# layout.html #}
{# Import the theme's layout. #}
{% extends "!layout.html" %}
{% set css_files = css_files + ['_static/dftext.css'] %}