Skip to content

Commit a514cec

Browse files
author
Shati Patel
committed
Fix sidebar title
1 parent e246b6b commit a514cec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/language/ql-handbook/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
master_doc = 'index'
4242

4343
# Project-specific information.
44-
project = u'QL language handbook'
44+
project = u'QL language reference'
4545

4646
# The version info for this project, if different from version and release in main conf.py file.
4747
# The short X.Y version.
@@ -53,10 +53,10 @@
5353

5454
# The name for this set of Sphinx documents. If None, it defaults to
5555
# "<project> v<release> documentation".
56-
html_title = 'QL language handbook'
56+
html_title = 'QL language reference'
5757

5858
# Output file base name for HTML help builder.
59-
htmlhelp_basename = 'QL language handbook'
59+
htmlhelp_basename = 'QL language reference'
6060

6161
# -- Currently unused, but potentially useful, configs--------------------------------------
6262

0 commit comments

Comments
 (0)