diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-11-18 13:53:53 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-11-18 13:53:53 +0100 |
commit | 02eb44d42f265ff330044971d5d7f11fd16322b2 (patch) | |
tree | 142dbab08e8e29f29c195ebcd81c16969d6e01a7 | |
parent | 8eefdf0e5267c13fa0a7ffe6cc1743b2931abc35 (diff) | |
download | haskell-02eb44d42f265ff330044971d5d7f11fd16322b2.tar.gz |
users-guide: Fix typo in conf.py
inputenv /= inputenc
-rw-r--r-- | docs/users_guide/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/conf.py b/docs/users_guide/conf.py index dd369b19d1..e7c203b5b7 100644 --- a/docs/users_guide/conf.py +++ b/docs/users_guide/conf.py @@ -62,7 +62,7 @@ htmlhelp_basename = 'GHCUsersGuide' # -- Options for LaTeX output --------------------------------------------- latex_elements = { - 'inputenv': '', + 'inputenc': '', 'utf8extra': '', 'preamble': ''' \usepackage{fontspec} |