From 1b304a42713e85c6762b55af4cfdd0efc6b5d43e Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Wed, 9 Mar 2022 02:59:06 +0100 Subject: [PATCH] docs: use MyST instead of recommonmark Signed-off-by: Unai Martinez-Corral --- docs/conf.py | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1fb9030..e07d8d4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ extensions = [ 'sphinx.ext.intersphinx', 'sphinx_verilog_domain', 'sphinxcontrib.bibtex', - 'recommonmark' + 'myst_parser' ] bibtex_default_style = 'plain' diff --git a/docs/requirements.txt b/docs/requirements.txt index aa87fdf..49893c2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -recommonmark +myst-parser sphinx>=4.5.0 sphinxcontrib-bibtex https://github.com/SymbiFlow/sphinx_symbiflow_theme/archive/chips.zip#sphinx-symbiflow-theme