Skip to content

Commit

Permalink
myst_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
endolith committed Nov 18, 2024
1 parent 4ccb25b commit da69792
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'sphinx.ext.autodoc',
'sphinx.ext.extlinks',
'numpydoc',
'm2r2',
'myst_parser',
'sphinxcontrib.mermaid',
]

Expand Down Expand Up @@ -67,7 +67,7 @@

source_suffix = {
'.rst': 'restructuredtext',
'.md': 'm2r2',
'.md': 'markdown',
}

# Configure m2r2
Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
:maxdepth: 2
:caption: Contents:

.. mdinclude:: ../README.md
.. include:: ../README.md
:parser: myst_parser.sphinx_



Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-e .
sphinx>=4.0
numpydoc
m2r2
myst-parser
sphinxcontrib.mermaid
sphinx_rtd_theme
sphinxcontrib-apidoc

0 comments on commit da69792

Please sign in to comment.