Skip to content

Commit

Permalink
Merge pull request canonical#13376 from ru-fu/pin-myst-parser
Browse files Browse the repository at this point in the history
doc: pin version of myst-parser
  • Loading branch information
tomponline authored Apr 24, 2024
2 parents 5337397 + 4080e9f commit fcf8c7b
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")
requirements.append("myst-parser==2.0.0")
requirements.append("linkify-it-py")

# removes duplicate entries
Expand Down

0 comments on commit fcf8c7b

Please sign in to comment.