From 68f768d3ac7a04184a774aff4475164272c6e6d9 Mon Sep 17 00:00:00 2001 From: rhanes Date: Thu, 8 Dec 2022 10:46:36 -0700 Subject: [PATCH] documentation: changes from recommonmark package to myst-parser --- conda/tyche.yml | 1 + docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conda/tyche.yml b/conda/tyche.yml index 20ae907..f72fb6d 100644 --- a/conda/tyche.yml +++ b/conda/tyche.yml @@ -5,6 +5,7 @@ channels: dependencies: - hypercorn=0.14.3 - matplotlib=3.5.2 + - myst-parser=0.18.1 - notebook=6.4.12 - openpyxl=3.0.10 - pip=22.2.2 diff --git a/docs/conf.py b/docs/conf.py index 6afe312..af838bf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,7 +35,7 @@ 'sphinx.ext.autodoc' , 'sphinx.ext.napoleon', 'sphinx.ext.viewcode', - 'recommonmark' , + 'myst_parser' , ] # Add any paths that contain templates here, relative to this directory.