diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-03 14:15:57 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-03 14:15:57 -0400 |
commit | 8fea56035d22fc46e8237fa8f6b1b548fd0105d5 (patch) | |
tree | 2dc3c316476268159f44df15fec2027e93207eb4 /docs/conf.py | |
parent | ffddefca6a6974f8f02a992f132e3e7a1feadcea (diff) | |
download | external_python_setuptools-8fea56035d22fc46e8237fa8f6b1b548fd0105d5.tar.gz external_python_setuptools-8fea56035d22fc46e8237fa8f6b1b548fd0105d5.tar.bz2 external_python_setuptools-8fea56035d22fc46e8237fa8f6b1b548fd0105d5.zip |
Patch changelog relative to 'docs' now that docs are built in RTD
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 604e7138..07d6ad41 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -200,7 +200,7 @@ latex_documents = [ #latex_use_modindex = True link_files = { - 'CHANGES.rst': dict( + '../CHANGES.rst': dict( using=dict( BB='https://bitbucket.org', GH='https://github.com', |