Skip to content

Commit

Permalink
Replace sphinx-md with MyST
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Apr 17, 2024
1 parent 238572e commit 91557e8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.. mdinclude:: ../CHANGELOG.md
.. include:: ../CHANGELOG.md
:parser: myst_parser.sphinx_
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.viewcode",
"sphinx_mdinclude",
"myst_parser",
]

htmlhelp_basename = f"{project}-doc"
Expand Down
3 changes: 2 additions & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.. mdinclude:: ../CONTRIBUTING.md
.. include:: ../CONTRIBUTING.md
:parser: myst_parser.sphinx_
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx>=7.2.6
sphinx-mdinclude>=0.5.3
sphinx>=7.3.5
myst-parser==2.0.0
furo>=2023.05.20

0 comments on commit 91557e8

Please sign in to comment.