aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2017-02-25 20:18:09 +0100
committertgingold <tgingold@users.noreply.github.com>2017-12-10 12:02:05 +0100
commite3047c70d11bcbe9998518733c2fcb61cb729ab5 (patch)
tree75fa2731b7eebd77b3c0d44fc8bef34bdf065a15 /doc/conf.py
parent6871bbba1bdc4332cf68e1494e3c6f1615fefbcb (diff)
downloadghdl-e3047c70d11bcbe9998518733c2fcb61cb729ab5.tar.gz
ghdl-e3047c70d11bcbe9998518733c2fcb61cb729ab5.tar.bz2
ghdl-e3047c70d11bcbe9998518733c2fcb61cb729ab5.zip
Meta.rst added to changelog
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 7a6ff7219..516275077 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -69,8 +69,8 @@ master_doc = 'index'
# General information about the project.
project = u'GHDL'
-copyright = u'2015, Tristan Gingold'
-author = u'Tristan Gingold'
+copyright = u'2015-2017, Tristan Gingold and contributors'
+author = u'Tristan Gingold and contributors'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -356,8 +356,9 @@ intersphinx_mapping = {
# Sphinx.Ext.ExtLinks
# ==============================================================================
extlinks = {
+ 'ghdlsharp': ('https://github.com/tgingold/ghdl/issues/%s', '#'),
'ghdlissue': ('https://github.com/tgingold/ghdl/issues/%s', 'issue #'),
'ghdlpull': ('https://github.com/tgingold/ghdl/pull/%s', 'pull request #'),
'ghdlsrc': ('https://github.com/tgingold/ghdl/blob/master/src/%s', None),
- 'wikipedia': ('https://en.wikipedia.org/wiki/%s', None)
+ 'wikipedia': ('https://en.wikipedia.org/wiki/%s', None)
}