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