[commit: ghc] master: users-guide: Fix typo in conf.py (02eb44d)

git at git.haskell.org git at git.haskell.org
Wed Nov 18 12:54:52 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/02eb44d42f265ff330044971d5d7f11fd16322b2/ghc

>---------------------------------------------------------------

commit 02eb44d42f265ff330044971d5d7f11fd16322b2
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Nov 18 13:53:53 2015 +0100

    users-guide: Fix typo in conf.py
    
    inputenv /= inputenc


>---------------------------------------------------------------

02eb44d42f265ff330044971d5d7f11fd16322b2
 docs/users_guide/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/conf.py b/docs/users_guide/conf.py
index dd369b1..e7c203b 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}



More information about the ghc-commits mailing list