diff options
| author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-06-24 23:58:04 +0200 | 
|---|---|---|
| committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-12-24 10:04:10 +0100 | 
| commit | 3e0ccf6230010bdcf0f49c777a06dc1aa168abf4 (patch) | |
| tree | fa44d2d3275c22fd2ea5d2bc8093a538e4094457 | |
| parent | ef330ba87ea2fc808e1043f8cab4662565257e67 (diff) | |
| download | ghdl-3e0ccf6230010bdcf0f49c777a06dc1aa168abf4.tar.gz ghdl-3e0ccf6230010bdcf0f49c777a06dc1aa168abf4.tar.bz2 ghdl-3e0ccf6230010bdcf0f49c777a06dc1aa168abf4.zip | |
Removed/disabled customized Sphinx/BTD extensions.
(cherry picked from commit d5ff8ffe2e56f614b1c942913796a2733a68aab7)
| -rw-r--r-- | doc/conf.py | 10 | 
1 files changed, 4 insertions, 6 deletions
| diff --git a/doc/conf.py b/doc/conf.py index f1ce09fd9..3ed641b56 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -174,26 +174,24 @@ extensions = [      # Standard Sphinx extensions      'sphinx.ext.autodoc',      'sphinx.ext.extlinks', +	  'sphinx.ext.inheritance_diagram',      'sphinx.ext.intersphinx',      'sphinx.ext.todo', -#    'sphinx.ext.graphviz', +    'sphinx.ext.graphviz',      'sphinx.ext.mathjax',      'sphinx.ext.ifconfig',      'sphinx.ext.viewcode',      # BuildTheDocs extensions      'btd.sphinx.autoprogram', -    'btd.sphinx.graphviz', -    'btd.sphinx.inheritance_diagram', +#    'btd.sphinx.graphviz', +#    'btd.sphinx.inheritance_diagram',      # Other extensions  #    'recommonmark',      'exec', -#     'DocumentMember',      'sphinx_fontawesome',      'sphinx_autodoc_typehints', - -    # local extensions (patched)      'autoapi.sphinx',  ] | 
