We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5640952 commit 95216fbCopy full SHA for 95216fb
docs/source/conf.py
@@ -26,9 +26,6 @@
26
'sphinx.ext.viewcode',
27
'matplotlib.sphinxext.plot_directive',
28
'myst_parser',
29
-
30
31
32
]
33
34
source_suffix = ['.rst', '.md']
docs/source/tutorials/basics.rst
@@ -1,4 +1,5 @@
1
Basics
2
======
3
4
-.. mdinclude:: basics.md
+.. include:: basics.md
5
+ :parser: myst_parser.sphinx_
docs/source/tutorials/customization.rst
Customization
-======
+=============
-.. mdinclude:: customization.md
+.. include:: customization.md
0 commit comments