summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakenobu Tani <takenobu.hs@gmail.com>2020-05-09 11:21:10 +0900
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-05-13 20:06:54 -0400
commit1a93ea57355d521b92daf4e3120de88a1f94deee (patch)
treec756da6b0f79ad14aee4ed802fbe3a44dc20e899
parentdf021fb15bcef313f30e772997bcb263c8f34078 (diff)
downloadhaskell-1a93ea57355d521b92daf4e3120de88a1f94deee.tar.gz
Tweak man page for ghc command
This commit updates the ghc command's man page as followings: * Enable `man_show_urls` to show URL addresses in the `DESCRIPTION` section of ghc.rst, because sphinx currently removes hyperlinks for man pages. * Add a `SEE ALSO` section to point to the GHC homepage
-rw-r--r--docs/users_guide/conf.py2
-rw-r--r--docs/users_guide/ghc.rst5
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/users_guide/conf.py b/docs/users_guide/conf.py
index d69c84f914..5c372cd5fa 100644
--- a/docs/users_guide/conf.py
+++ b/docs/users_guide/conf.py
@@ -135,7 +135,7 @@ man_pages = [
]
# If true, show URL addresses after external links.
-#man_show_urls = False
+man_show_urls = True
# -- Options for Texinfo output -------------------------------------------
diff --git a/docs/users_guide/ghc.rst b/docs/users_guide/ghc.rst
index dbbd17da68..bbf10d7f1a 100644
--- a/docs/users_guide/ghc.rst
+++ b/docs/users_guide/ghc.rst
@@ -379,3 +379,8 @@ Copyright
Copyright 2015. The University Court of the University of Glasgow.
All rights reserved.
+
+See also
+--------
+
+https://www.haskell.org/ghc the GHC homepage