We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e246b6b commit a514cecCopy full SHA for a514cec
1 file changed
docs/language/ql-handbook/conf.py
@@ -41,7 +41,7 @@
41
master_doc = 'index'
42
43
# Project-specific information.
44
-project = u'QL language handbook'
+project = u'QL language reference'
45
46
# The version info for this project, if different from version and release in main conf.py file.
47
# The short X.Y version.
@@ -53,10 +53,10 @@
53
54
# The name for this set of Sphinx documents. If None, it defaults to
55
# "<project> v<release> documentation".
56
-html_title = 'QL language handbook'
+html_title = 'QL language reference'
57
58
# Output file base name for HTML help builder.
59
-htmlhelp_basename = 'QL language handbook'
+htmlhelp_basename = 'QL language reference'
60
61
# -- Currently unused, but potentially useful, configs--------------------------------------
62
0 commit comments