diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-30 11:39:07 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-30 11:39:07 -0500 |
commit | caea578cd02a7cb2f7cfa453dfabff66e56aff8d (patch) | |
tree | 0ed5a5d71c90be4fc241fa55120ffe50542305e6 /docs/conf.py | |
parent | ede1df71401a16c74dea9c1962bd1085538ac3d7 (diff) | |
download | external_python_setuptools-caea578cd02a7cb2f7cfa453dfabff66e56aff8d.tar.gz external_python_setuptools-caea578cd02a7cb2f7cfa453dfabff66e56aff8d.tar.bz2 external_python_setuptools-caea578cd02a7cb2f7cfa453dfabff66e56aff8d.zip |
Moved linkify logic to documentation builder as Sphinx extension.
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 8be5c3dd..6cb8f636 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,7 @@ import setup as setup_script # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = [] +extensions = ['linkify'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] |