diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2013-03-18 15:42:10 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2013-03-18 15:42:10 +0000 |
commit | abb3027aa325c3fea3561eb421e51cadf81f1382 (patch) | |
tree | 44b39f6e5bd0044655011ca31563c5d693d999b2 /doc/src/conf.py | |
parent | 93928a714106866356ad1f3566cf94cae434c171 (diff) | |
download | psycopg2-abb3027aa325c3fea3561eb421e51cadf81f1382.tar.gz |
NEWS file reformatted to reST and included in the docs
Diffstat (limited to 'doc/src/conf.py')
-rw-r--r-- | doc/src/conf.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/conf.py b/doc/src/conf.py index e181b5b..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'] @@ -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 |