Skip to content

Commit

Permalink
Switch recommonmark to MyST-Parser
Browse files Browse the repository at this point in the history
  • Loading branch information
clenk committed Aug 12, 2022
1 parent 4ebc66b commit a6a3e81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ pyyaml>=5.1
cryptography>=3.2,<37.0.0; python_version <= '3.7'
cryptography>=3.2; python_version > '3.7'
websockets>=10.3
Sphinx==3.0.4
Sphinx==5.1.1
docutils==0.16 # Broken bullet lists in sphinx_rtd_theme https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
sphinx_rtd_theme==0.4.3
recommonmark==0.6.0
myst-parser==0.18.0
marshmallow==3.5.1
dirhash==0.2.0
docker==4.2.0
Expand Down
1 change: 1 addition & 0 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def setup_logger(level=logging.DEBUG):
continue
else:
logging.getLogger(logger_name).setLevel(100)
logging.getLogger("markdown_it").setLevel(logging.WARNING)
logging.captureWarnings(True)


Expand Down

0 comments on commit a6a3e81

Please sign in to comment.