diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2014-08-22 06:23:54 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2014-08-31 03:05:03 +0100 |
commit | 7d81c488494686f3a9cc776bcce3e067ba037f20 (patch) | |
tree | 7752c913b3ec0127df347e9301d70ad460f446ab /doc/src/conf.py | |
parent | 37d80f2c0325951d3ee6b07caf7d343d4a97a23d (diff) | |
download | psycopg2-7d81c488494686f3a9cc776bcce3e067ba037f20.tar.gz |
Point tickets to GitHub instead of Lighthouse
Keep into account the numbers reshuffling: Lighthouse bugs with a number
matching a GitHub merge request are shifted ahead.
Diffstat (limited to 'doc/src/conf.py')
-rw-r--r-- | doc/src/conf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/conf.py b/doc/src/conf.py index 17a61f5..18b81e0 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -68,7 +68,9 @@ intersphinx_mapping = { } # Pattern to generate links to the bug tracker -ticket_url = 'http://psycopg.lighthouseapp.com/projects/62710/tickets/%s' +ticket_url = 'https://github.com/psycopg/psycopg2/issues/%s' +ticket_remap_until = 25 +ticket_remap_offset = 230 # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |