Skip to content

Commit

Permalink
Replace sphinx_mdinclude with MyST
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Apr 17, 2024
1 parent 98a7bc4 commit 6d58ec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
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 6d58ec4

Please sign in to comment.