use rst extensions for editability and RTD links

This commit is contained in:
Marcus Smith 2013-03-03 00:50:00 -08:00
parent 725f1a1683
commit 20a9673c48
12 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@ extensions = ['docs.pipext']
templates_path = ['_templates']
# The suffix of source filenames.
source_suffix = '.txt'
source_suffix = '.rst'
# The encoding of source files.
#source_encoding = 'utf-8'

View File

@ -197,6 +197,7 @@ Installing the SSL Backport
2. Confirm the md5sum:
::
$ md5sum ssl-1.15.tar.gz
81ea8a1175e437b4c769ae65b3290e0c ssl-1.15.tar.gz

View File

@ -22,7 +22,7 @@ def find_version(*file_paths):
long_description = "\n" + "\n".join([
read('PROJECT.txt'),
read('docs', 'quickstart.txt'),
read('docs', 'quickstart.rst'),
read('CHANGES.txt')])
tests_require = ['nose', 'virtualenv>=1.7', 'scripttest>=1.1.1', 'mock']