Skip to content

Commit

Permalink
The error shows a dependency conflict between docutils and m2r2:
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
endolith committed Nov 18, 2024
1 parent 2cc71ef commit 2506a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
docutils<0.18
docutils>=0.19
-e .
numpydoc
m2r2
m2r2>=0.3.3
sphinxcontrib.mermaid
sphinx_rtd_theme
sphinxcontrib-apidoc

0 comments on commit 2506a9d

Please sign in to comment.