We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d532ed9 commit df25f1cCopy full SHA for df25f1c
docs/sphinx/source/conf.py
@@ -47,6 +47,7 @@ def __getattr__(cls, name):
47
'sphinx.ext.autodoc',
48
'sphinx.ext.mathjax',
49
'sphinx.ext.viewcode',
50
+ 'sphinx.ext.extlinks',
51
'numpydoc',
52
'sphinx.ext.autosummary'
53
]
@@ -246,6 +247,11 @@ def __getattr__(cls, name):
246
247
# If false, no module index is generated.
248
#latex_domain_indices = True
249
250
+# extlinks alias
251
+extlinks = {'issue': ('https://github.com/pvlib/pvlib-python/issues/%s',
252
+ 'GH'),
253
+ 'wiki': ('https://github.com/pvlib/pvlib-python/wiki/%s',
254
+ 'wiki ')}
255
256
# -- Options for manual page output ---------------------------------------
257
0 commit comments