Skip to content

Commit

Permalink
doc: unpin version of myst-parser
Browse files Browse the repository at this point in the history
The regression in `myst-parser` has been fixed, so we can use the
latest version again.

Signed-off-by: Ruth Fuchss <ruth.fuchss@canonical.com>
  • Loading branch information
ru-fu committed Apr 29, 2024
1 parent 1d84bbc commit e896993
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 e896993

Please sign in to comment.