We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6269866 commit bf54037Copy full SHA for bf54037
doc/conf.py
@@ -110,10 +110,11 @@
110
111
# The name for this set of Sphinx documents. If None, it defaults to
112
# "<project> v<release> documentation".
113
-#html_title = None
+# Don't show version in title
114
+html_title = "FOSHttpCache Documentation"
115
116
# A shorter title for the navigation bar. Default is the same as html_title.
-#html_short_title = None
117
+html_short_title = "FOSHttpCache"
118
119
# The name of an image file (relative to this directory) to place at the top
120
# of the sidebar.
0 commit comments