Skip to content

Commit

Permalink
Merge pull request #13397 from ru-fu/myst-parser-version
Browse files Browse the repository at this point in the history
doc: unpin version of myst-parser
  • Loading branch information
tomponline authored Apr 29, 2024
2 parents 1d84bbc + e896993 commit 1db6573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/.sphinx/build_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def DeduplicateExtensions(extensionNames: [str]):
requirements.append("sphinxext-opengraph")

if IsMyStParserUsed():
requirements.append("myst-parser==2.0.0")
requirements.append("myst-parser")
requirements.append("linkify-it-py")

# removes duplicate entries
Expand Down

0 comments on commit 1db6573

Please sign in to comment.