summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2018-09-10 13:20:02 -0700
committerDavid Lord <davidism@gmail.com>2018-09-10 13:20:02 -0700
commit084da90d9bd55c082dec70376f718ee6a7f622fc (patch)
treea2a155a39cc133a73db3264cfcae57961f206b68 /docs/conf.py
parentcf8df8af644908183a52c8371006428d618dd632 (diff)
downloadclick-084da90d9bd55c082dec70376f718ee6a7f622fc.tar.gz
organize changelog
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 79843ca..39b6f46 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -34,7 +34,7 @@ singlehtml_sidebars = {"index": ["project.html", "versions.html", "localtoc.html
html_static_path = ["_static"]
html_favicon = "_static/click-icon.png"
html_logo = "_static/click-logo-sidebar.png"
-html_title = "{} Documentation ({})".format(project, version)
+html_title = "Click Documentation ({})".format(version)
html_show_sourcelink = False
html_domain_indices = False
html_experimental_html5_writer = True
@@ -42,5 +42,5 @@ html_experimental_html5_writer = True
# LaTeX ----------------------------------------------------------------
latex_documents = [
- (master_doc, "Click.tex", "Click Documentation", "Pallets Team", "manual")
+ (master_doc, "Click-{}.tex".format(version), html_title, author, "manual")
]