Update docs/conf
This commit is contained in:
parent
cde7752c3e
commit
f17fbfec4d
1 changed files with 4 additions and 4 deletions
|
|
@ -82,9 +82,9 @@ html_theme = 'alabaster'
|
||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
|
||||||
# Custom extras for sidebar
|
# Custom extras for sidebar
|
||||||
html_sidebars = {'**':
|
html_sidebars = {
|
||||||
[
|
'**': [
|
||||||
"versioning.html"
|
"versioning.html"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -95,7 +95,7 @@ smv_outputdir_format = "versions" + sep + "{config.release}"
|
||||||
|
|
||||||
# dynamic setup
|
# dynamic setup
|
||||||
|
|
||||||
github_doc_root = "https://github.com/evennia/evennia-docs/"
|
github_doc_root = "https://github.com/evennia/tree/master/docs/"
|
||||||
def setup(app):
|
def setup(app):
|
||||||
# recommonmark setup
|
# recommonmark setup
|
||||||
app.add_config_value('recommonmark_config', {
|
app.add_config_value('recommonmark_config', {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue