Skip to content

Commit f0cd113

Browse files
author
David Stephens
committed
DOC: Add sphinx extension for issues
1 parent 7ef8578 commit f0cd113

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/source/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
extensions = [
3434
'sphinx.ext.autodoc',
3535
'sphinx.ext.intersphinx',
36+
'sphinx.ext.extlinks',
3637
'IPython.sphinxext.ipython_directive',
3738
'IPython.sphinxext.ipython_console_highlighting'
3839
]
@@ -267,3 +268,9 @@
267268

268269
# Example configuration for intersphinx: refer to the Python standard library.
269270
intersphinx_mapping = {'http://docs.python.org/': None}
271+
272+
273+
extlinks = {'issue': ('https://github.com/pydata/pandas-datareader/issues/%s',
274+
'GH'),
275+
'wiki': ('https://github.com/pydata/pandas-datareader/wiki/%s',
276+
'wiki ')}

0 commit comments

Comments
 (0)