mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Change conf file
This commit is contained in:
parent
8807fccc4d
commit
abe82e67f4
2 changed files with 5 additions and 1 deletions
|
|
@ -88,13 +88,16 @@ html_sidebars = {
|
|||
|
||||
# sphinx-multiversion config
|
||||
|
||||
smv_tag_whitelist = None
|
||||
smv_tag_whitelist = r""
|
||||
smv_branch_whitelist = r"^static-file-docs$"
|
||||
smv_outputdir_format = "versions" + sep + "{config.release}"
|
||||
|
||||
# dynamic setup
|
||||
|
||||
|
||||
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