From e3047c70d11bcbe9998518733c2fcb61cb729ab5 Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Sat, 25 Feb 2017 20:18:09 +0100 Subject: Meta.rst added to changelog --- doc/conf.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/conf.py') 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) } -- cgit v1.2.3