Skip to content

Commit 95216fb

Browse files
committed
trying to include the tutorials
1 parent 5640952 commit 95216fb

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/source/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
'sphinx.ext.viewcode',
2727
'matplotlib.sphinxext.plot_directive',
2828
'myst_parser',
29-
30-
31-
3229
]
3330

3431
source_suffix = ['.rst', '.md']

docs/source/tutorials/basics.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Basics
22
======
33

4-
.. mdinclude:: basics.md
4+
.. include:: basics.md
5+
:parser: myst_parser.sphinx_
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Customization
2-
======
2+
=============
33

4-
.. mdinclude:: customization.md
4+
.. include:: customization.md
5+
:parser: myst_parser.sphinx_

0 commit comments

Comments
 (0)