Skip to content

Commit

Permalink
update: requirements and configuration module with new pkg myst-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
lizable committed Mar 27, 2024
1 parent aac281d commit ce22f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'recommonmark'
"myst_parser"
]

# The file extensions of source files.
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx>=3.0.4
recommonmark>=0.6.0
sphinx_rtd_theme>=0.4.3
sphinx-intl>=2.0.1
myst-parser>=2.0.0

0 comments on commit ce22f5f

Please sign in to comment.