diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 6beee90..ae04141 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,5 @@ -from pallets_sphinx_themes import ProjectLink, get_version +from pallets_sphinx_themes import get_version +from pallets_sphinx_themes import ProjectLink # Project -------------------------------------------------------------- @@ -26,9 +27,7 @@ html_context = { ProjectLink("Issue Tracker", "https://github.com/pallets/itsdangerous/issues/"), ] } -html_sidebars = { - "index": ["project.html", "localtoc.html", "versions.html"], -} +html_sidebars = {"index": ["project.html", "localtoc.html", "versions.html"]} html_static_path = ["_static"] html_title = "It's Dangerous Documentation ({})".format(version) html_show_sourcelink = False |