Skip to content
Snippets Groups Projects
Unverified Commit 655732e5 authored by Daniel's avatar Daniel
Browse files

FIX: Actually use markdown for documentation generation

parent c4a49b15
No related branches found
No related tags found
1 merge request!22Release 0.3
......@@ -52,7 +52,11 @@ templates_path = ['_templates']
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = '.rst'
source_suffix = {
'.rst': 'restructuredtext',
'.md': 'markdown',
}
# The master toctree document.
master_doc = 'index'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment