diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2023-03-06 20:47:11 +0000 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2023-03-06 22:51:27 +0000 |
commit | 6e4cd59735841521879701d67f6828d5b365ec35 (patch) | |
tree | 8b8cc7d7c410fa9c02ba22adf043ecabb49cee62 /doc/conf.py | |
parent | 4182f1c1fe6d1674501f5bce67451b58ffd8d188 (diff) | |
download | ghdl-6e4cd59735841521879701d67f6828d5b365ec35.tar.gz ghdl-6e4cd59735841521879701d67f6828d5b365ec35.tar.bz2 ghdl-6e4cd59735841521879701d67f6828d5b365ec35.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', |