summaryrefslogtreecommitdiff
path: root/doc/src/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/conf.py')
-rw-r--r--doc/src/conf.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/conf.py b/doc/src/conf.py
index 7105907..5937a7b 100644
--- a/doc/src/conf.py
+++ b/doc/src/conf.py
@@ -26,7 +26,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.ifconfig',
'sphinx.ext.doctest', 'sphinx.ext.intersphinx' ]
# Specific extensions for Psycopg documentation.
-extensions += [ 'dbapi_extension', 'sql_role' ]
+extensions += [ 'dbapi_extension', 'sql_role', 'ticket_role' ]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project.
project = u'Psycopg'
-copyright = u'2001-2011, Federico Di Gregorio. Documentation by Daniele Varrazzo'
+copyright = u'2001-2013, Federico Di Gregorio. Documentation by Daniele Varrazzo'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -65,6 +65,9 @@ intersphinx_mapping = {
'py3': ('http://docs.python.org/3.2', None),
}
+# Pattern to generate links to the bug tracker
+ticket_url = 'http://psycopg.lighthouseapp.com/projects/62710/tickets/%s'
+
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#language = None