summaryrefslogtreecommitdiff
path: root/docs/users_guide/conf.py
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-02-01 11:29:47 +0100
committerGabor Greif <ggreif@gmail.com>2017-02-02 10:06:39 +0100
commit8dd82ead7ddd65348bcbea4e2bb8defce4253173 (patch)
tree22887ccbb12f2801b467ea0e05261ff6c036b9e9 /docs/users_guide/conf.py
parenteedb3df0c1c28a7abc43705d614239c1c6199a1f (diff)
downloadhaskell-8dd82ead7ddd65348bcbea4e2bb8defce4253173.tar.gz
Spelling fixes
Diffstat (limited to 'docs/users_guide/conf.py')
-rw-r--r--docs/users_guide/conf.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/users_guide/conf.py b/docs/users_guide/conf.py
index 781b26724a..b48505c8a0 100644
--- a/docs/users_guide/conf.py
+++ b/docs/users_guide/conf.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# GHC Users Guide documentation build configuration file
+# GHC User's Guide documentation build configuration file
#
# This file is execfile()d with the current directory set to its
# containing dir.
@@ -37,8 +37,8 @@ exclude_patterns = ['.build', "*.gen.rst"]
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
-html_title = "Glasgow Haskell Compiler <release> Users Guide"
-html_short_title = "GHC %s Users Guide" % release
+html_title = "Glasgow Haskell Compiler <release> User's Guide"
+html_short_title = "GHC %s User's Guide" % release
html_theme_path = ['.']
html_theme = 'ghc-theme'
html_logo = None
@@ -78,7 +78,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- ('index', 'users_guide.tex', u'GHC Users Guide Documentation',
+ ('index', 'users_guide.tex', u'GHC User\'s Guide Documentation',
u'GHC Team', 'manual'),
]
@@ -108,7 +108,7 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('index', 'GHCUsersGuide', u'GHC Users Guide',
+ ('index', 'GHCUsersGuide', u'GHC User\'s Guide',
u'GHC Team', 'GHCUsersGuide', 'The Glasgow Haskell Compiler.',
'Compilers'),
]