Fix the rst syntax for most documentation

This commit is contained in:
kaiyou
2017-11-02 20:05:12 +01:00
parent dc2f1280ed
commit fcf9515bff
13 changed files with 217 additions and 213 deletions

View File

@@ -41,7 +41,7 @@ templates_path = ['_templates']
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = '.md'
source_suffix = '.rst'
# The master toctree document.
master_doc = 'index'
@@ -165,6 +165,3 @@ texinfo_documents = [
author, 'Mailu', 'One line description of project.',
'Miscellaneous'),
]