Skip to content

Commit 2506a9d

Browse files
committed
The error shows a dependency conflict between docutils and m2r2:
Let's modify your docs/requirements.txt to specify compatible versions: requirements.txt The key changes are: Changed docutils requirement from <0.18 to >=0.19 to match m2r2's requirements Specified m2r2 version >=0.3.3 to ensure we get a version compatible with newer docutils This should resolve the dependency conflict while maintaining compatibility with mermaid diagrams.
1 parent 2cc71ef commit 2506a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
docutils<0.18
1+
docutils>=0.19
22
-e .
33
numpydoc
4-
m2r2
4+
m2r2>=0.3.3
55
sphinxcontrib.mermaid
66
sphinx_rtd_theme
77
sphinxcontrib-apidoc

0 commit comments

Comments
 (0)