Skip to content

Commit 0196d77

Browse files
committed
replace obsolete m2r with sphinx_mdinclude
1 parent ba75297 commit 0196d77

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"sphinx.ext.todo",
4242
"sphinx.ext.coverage",
4343
"rfc",
44-
"m2r",
44+
"sphinx_mdinclude",
4545
"sphinx_rtd_theme",
4646
]
4747

docs/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
Django
22
oauthlib>=3.1.0
3-
m2r>=0.2.1
4-
mistune<2
3+
sphinx_mdinclude
54
sphinx==7.2.6
65
sphinx-rtd-theme==1.3.0
76
-e .

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ deps =
9191
Jinja2<3.1
9292
sphinx<3
9393
oauthlib>=3.1.0
94-
m2r>=0.2.1
95-
mistune<2
94+
sphinx_mdinclude
9695
sphinx-rtd-theme
9796
livedocs: sphinx-autobuild
9897
jwcrypto

0 commit comments

Comments
 (0)