From a6a3e8184df146cb8f8c9888c6e99a78abe62a2f Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Thu, 11 Aug 2022 20:57:41 -0400 Subject: [PATCH 1/2] Switch recommonmark to MyST-Parser --- requirements.txt | 4 ++-- server.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0a150ec99..43dcaf5ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/server.py b/server.py index 0b9113a14..8389a32e2 100755 --- a/server.py +++ b/server.py @@ -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) From 6faf9a83a4d869f39b65438e0fe47af42ab158f2 Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Fri, 19 Aug 2022 10:08:56 -0400 Subject: [PATCH 2/2] Repin fieldmanual documentation --- plugins/fieldmanual | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fieldmanual b/plugins/fieldmanual index 4ac00e405..510d0b9d4 160000 --- a/plugins/fieldmanual +++ b/plugins/fieldmanual @@ -1 +1 @@ -Subproject commit 4ac00e405b3bb8aeb87bb226ac0f08d249adb93d +Subproject commit 510d0b9d48817e508cdbfc0260f088356f8543d5