We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba75297 commit 0196d77Copy full SHA for 0196d77
docs/conf.py
@@ -41,7 +41,7 @@
41
"sphinx.ext.todo",
42
"sphinx.ext.coverage",
43
"rfc",
44
- "m2r",
+ "sphinx_mdinclude",
45
"sphinx_rtd_theme",
46
]
47
docs/requirements.txt
@@ -1,7 +1,6 @@
1
Django
2
oauthlib>=3.1.0
3
-m2r>=0.2.1
4
-mistune<2
+sphinx_mdinclude
5
sphinx==7.2.6
6
sphinx-rtd-theme==1.3.0
7
-e .
tox.ini
@@ -91,8 +91,7 @@ deps =
91
Jinja2<3.1
92
sphinx<3
93
94
- m2r>=0.2.1
95
- mistune<2
+ sphinx_mdinclude
96
sphinx-rtd-theme
97
livedocs: sphinx-autobuild
98
jwcrypto
0 commit comments