Skip to content
Snippets Groups Projects
Commit 0f8e58bf authored by Alán Muñoz's avatar Alán Muñoz
Browse files

add myst

parent de3c6e3a
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ extensions = [
"sphinx.ext.autodoc", # Core library for html generation from docstrings
"sphinx.ext.autosummary", # Create neat summary tables
"numpydoc", # Play along with numpydoc format
"myst-parser", # Include markdown in rst files.
]
autosummary_generate = True # Turn on sphinx.ext.autosummary
......
......@@ -20,5 +20,7 @@ Summary
-----------
Readme File
-----------
.. mdinclude:: ../../README.md
Source:
```{literalinclude} ../../README.md
:language: md
```
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