diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-02-02 13:09:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-02 13:09:27 -0500 |
commit | 90419ce42bc728e2ad4f773dd3e1346c263ad207 (patch) | |
tree | 3d569f57b6bb26448b0044c88faa75bcb8fad8ce /docs/conf.py | |
parent | e65c45538fab94008b8066edd134725be8f9c400 (diff) | |
parent | e83845ac9b23d3e6e397263aa933372148fc5fee (diff) | |
download | external_python_setuptools-90419ce42bc728e2ad4f773dd3e1346c263ad207.tar.gz external_python_setuptools-90419ce42bc728e2ad4f773dd3e1346c263ad207.tar.bz2 external_python_setuptools-90419ce42bc728e2ad4f773dd3e1346c263ad207.zip |
Merge pull request #957 from smheidrich/fix_hardlinks_via_autosectionlabel
Fix hard link to URLs that should have been internal (method 2: via autosectionlabel 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 c1854ed8..fe684271 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,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 = ['rst.linker'] +extensions = ['rst.linker', 'sphinx.ext.autosectionlabel'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] |