summaryrefslogtreecommitdiff
path: root/doc/src/conf.py
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2014-08-22 06:23:54 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2014-08-31 03:05:03 +0100
commit7d81c488494686f3a9cc776bcce3e067ba037f20 (patch)
tree7752c913b3ec0127df347e9301d70ad460f446ab /doc/src/conf.py
parent37d80f2c0325951d3ee6b07caf7d343d4a97a23d (diff)
downloadpsycopg2-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.py4
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.