diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-01 17:01:51 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-04-01 17:01:51 -0400 |
commit | c5189c3992f32dcabf5cb294340bf4cad294de23 (patch) | |
tree | 865b9a27064f7b9d3c4d3f852a8f96e84977e682 /docs/conf.py | |
parent | d0620ffb8dbc53ac6089aead179a1fabed4e50e3 (diff) | |
download | external_python_setuptools-c5189c3992f32dcabf5cb294340bf4cad294de23.tar.gz external_python_setuptools-c5189c3992f32dcabf5cb294340bf4cad294de23.tar.bz2 external_python_setuptools-c5189c3992f32dcabf5cb294340bf4cad294de23.zip |
Rename CHANGES and README files for nicer rendering on Github.
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 6877c5c0..f315e2b7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -200,7 +200,7 @@ latex_documents = [ #latex_use_modindex = True link_files = { - 'CHANGES.txt': dict( + 'CHANGES.rst': dict( using=dict( BB='https://bitbucket.org', GH='https://github.com', |