Skip to content

Commit

Permalink
AI continues to guess wildly
Browse files Browse the repository at this point in the history
Let me check the current state of your requirements.txt file. The error suggests we need both the old lines and the new ones. Here's what it should look like:
requirements.txt
The first two lines you confirmed are correct, and we need to add mistune==0.8.4 to fix the BlockGrammar error, while keeping all the other dependencies. Let me know if this matches what you currently have in the file.
  • Loading branch information
endolith committed Nov 18, 2024
1 parent e887d42 commit 384dfd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sphinx<7.0
docutils==0.16
mistune<3.0
m2r2==0.2.7
mistune==0.8.4
m2r2
-e .
numpydoc
sphinxcontrib.mermaid
sphinx_rtd_theme<1.0
sphinx_rtd_theme
sphinxcontrib-apidoc

0 comments on commit 384dfd1

Please sign in to comment.