mirror of
https://github.com/PeridexisErrant/DF-Walkthrough.git
synced 2025-12-17 23:20:13 +01:00
Add keyboard and DF text styles
This commit is contained in:
parent
f648e25cfc
commit
d4763d3054
3 changed files with 39 additions and 2 deletions
4
conf.py
4
conf.py
|
|
@ -32,7 +32,7 @@ extensions = [
|
|||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = []
|
||||
templates_path = ['misc/_templates']
|
||||
|
||||
# The suffix(es) of source filenames.
|
||||
# You can specify multiple suffix as a list of string:
|
||||
|
|
@ -143,7 +143,7 @@ html_favicon = 'misc/df-icon.ico'
|
|||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
# relative to this directory. They are copied after the builtin static files,
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = []
|
||||
html_static_path = ['misc/_static']
|
||||
|
||||
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
||||
# using the given strftime format.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue