From b3f1f59cf451d4a25b204e7a24f7be4c95e40be8 Mon Sep 17 00:00:00 2001 From: Roger Date: Wed, 15 Feb 2017 17:54:05 -0500 Subject: Rename Doc/README.txt to Doc/README.rst and add formatting (#104) * Reformat Doc/README.txt to Doc/README.rst * Update mention of Doc/README.rst * Update mention of README.txt to README.rst * Make line fold * rstlint ignore Doc/README.rst * conf.py ignore Doc/README.rst * Update issue tracker url in Docs/README.rst --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/conf.py') diff --git a/Doc/conf.py b/Doc/conf.py index b3f26d5a69..18aebb68a8 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -37,7 +37,7 @@ highlight_language = 'python3' needs_sphinx = '1.2' # Ignore any .rst files in the venv/ directory. -exclude_patterns = ['venv/*'] +exclude_patterns = ['venv/*', 'README.rst'] # Options for HTML output -- cgit v1.2.1