mirror of
https://github.com/PeridexisErrant/DF-Walkthrough.git
synced 2025-09-21 21:30:47 +02:00
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:
parent
84ac6ee5eb
commit
d28f2b8f3a
2 changed files with 2 additions and 6 deletions
3
conf.py
3
conf.py
|
@ -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
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{# layout.html #}
|
||||
{# Import the theme's layout. #}
|
||||
{% extends "!layout.html" %}
|
||||
|
||||
{% set css_files = css_files + ['_static/dftext.css'] %}
|
Loading…
Add table
Add a link
Reference in a new issue