Skip to content

Commit bf54037

Browse files
committed
Don't show version number in title
1 parent 6269866 commit bf54037

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,11 @@
110110

111111
# The name for this set of Sphinx documents. If None, it defaults to
112112
# "<project> v<release> documentation".
113-
#html_title = None
113+
# Don't show version in title
114+
html_title = "FOSHttpCache Documentation"
114115

115116
# A shorter title for the navigation bar. Default is the same as html_title.
116-
#html_short_title = None
117+
html_short_title = "FOSHttpCache"
117118

118119
# The name of an image file (relative to this directory) to place at the top
119120
# of the sidebar.

0 commit comments

Comments
 (0)