Skip to content

Commit

Permalink
replaced recommonmark extension with myst-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Jul 20, 2021
1 parent 737fcfe commit e8daa03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exclude_patterns = ["README.md"]

extensions = [
"recommonmark",
"myst_parser",
"sphinx_markdown_tables",
"sphinx_tabs.tabs",
"sphinxcontrib.httpdomain",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
recommonmark==0.6.0
myst-parser==0.15.1
sphinx==4.0.0
sphinx-markdown-tables==0.0.15
sphinx-tabs==3.1.0
Expand Down

0 comments on commit e8daa03

Please sign in to comment.