|
|
|
|
@ -18,7 +18,7 @@ sys.path.append(os.path.abspath('..'))
|
|
|
|
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. |
|
|
|
|
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.extlinks', 'alabaster'] |
|
|
|
|
|
|
|
|
|
extlinks = {'issue': ('https://github.com/saimn/sigal/issues/%s', '#')} |
|
|
|
|
extlinks = {'issue': ('https://github.com/saimn/sigal/issues/%s', '#%s')} |
|
|
|
|
|
|
|
|
|
# Add any paths that contain templates here, relative to this directory. |
|
|
|
|
templates_path = ['_templates'] |
|
|
|
|
|