diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2023-03-07 00:05:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-07 00:05:36 +0100 |
commit | bbde267d627588248616daa06223fe9bf4a926f1 (patch) | |
tree | 8b8cc7d7c410fa9c02ba22adf043ecabb49cee62 /doc/conf.py | |
parent | 4182f1c1fe6d1674501f5bce67451b58ffd8d188 (diff) | |
parent | 6e4cd59735841521879701d67f6828d5b365ec35 (diff) | |
download | ghdl-bbde267d627588248616daa06223fe9bf4a926f1.tar.gz ghdl-bbde267d627588248616daa06223fe9bf4a926f1.tar.bz2 ghdl-bbde267d627588248616daa06223fe9bf4a926f1.zip |
doc: include NEWS.md in the index
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index cc84ade50..ac56044ec 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -193,6 +193,7 @@ extensions = [ 'btd.sphinx.autoprogram', # Other extensions 'exec', + 'myst_parser', 'sphinx_fontawesome', 'sphinx_autodoc_typehints', 'autoapi.sphinx', |