Skip to content

Commit

Permalink
Replace sphinx_mdinclude with MyST (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Apr 18, 2024
1 parent dc2492f commit 5428269
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion docs/changelog.rst
@@ -1 +1,2 @@
.. mdinclude:: ../CHANGELOG.md
.. include:: ../CHANGELOG.md
:parser: myst_parser.sphinx_
2 changes: 1 addition & 1 deletion docs/conf.py
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
@@ -1 +1,2 @@
.. mdinclude:: ../CONTRIBUTING.md
.. include:: ../CONTRIBUTING.md
:parser: myst_parser.sphinx_
3 changes: 2 additions & 1 deletion docs/migrate.rst
@@ -1 +1,2 @@
.. mdinclude:: ../MIGRATE.md
.. include:: ../MIGRATE.md
:parser: myst_parser.sphinx_
6 changes: 3 additions & 3 deletions docs/requirements.txt
@@ -1,3 +1,3 @@
sphinx>=7.2.6
sphinx-mdinclude>=0.5.3
furo>=2023.05.20
sphinx==7.3.5
furo==2024.1.29
myst-parser==2.0.0

0 comments on commit 5428269

Please sign in to comment.