docs: use MyST instead of recommonmark
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
60e7c8505e
commit
1b304a4271
|
@ -47,7 +47,7 @@ extensions = [
|
|||
'sphinx.ext.intersphinx',
|
||||
'sphinx_verilog_domain',
|
||||
'sphinxcontrib.bibtex',
|
||||
'recommonmark'
|
||||
'myst_parser'
|
||||
]
|
||||
|
||||
bibtex_default_style = 'plain'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue