Skip to content
Snippets Groups Projects
Commit d40a9600 authored by James Kennington's avatar James Kennington
Browse files

add support for markdown

parent 6c6b2324
No related branches found
No related tags found
1 merge request!70Add docs for contribution workflow and local development env
......@@ -48,7 +48,9 @@ extensions = [
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
'sphinx.ext.graphviz']
'sphinx.ext.graphviz',
'myst_parser',
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
......@@ -56,8 +58,8 @@ templates_path = ['_templates']
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = '.rst'
source_suffix = ['.rst', '.md']
# source_suffix = '.rst'
# The master toctree document.
master_doc = 'index'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment