Skip to content

Commit

Permalink
Merge pull request #53 from lablup/update/replace-recommonmark-pkg-to…
Browse files Browse the repository at this point in the history
…-myst-parser

update: requirements and configuration module with new pkg `myst-parser`
  • Loading branch information
ironAiken2 committed Mar 27, 2024
2 parents aac281d + faa740e commit ad6c125
Show file tree
Hide file tree
Showing 4 changed files with 598 additions and 325 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
8 changes: 4 additions & 4 deletions 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
sphinx>=7.2.6
sphinx_rtd_theme>=2.0.0
sphinx-intl>=2.1.0
myst-parser>=2.0.0
Loading

0 comments on commit ad6c125

Please sign in to comment.