aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2023-03-03 15:07:47 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2023-03-03 15:28:10 +0100
commit7e2fba9abe23e9b627423768dd33ec4886403ba5 (patch)
treec3d7c1984d989103b5fb59166a838782b4bc7e1d /doc
parent2f2c693f205087cfe575536b7adb709341338c81 (diff)
downloadghdl-7e2fba9abe23e9b627423768dd33ec4886403ba5.tar.gz
ghdl-7e2fba9abe23e9b627423768dd33ec4886403ba5.tar.bz2
ghdl-7e2fba9abe23e9b627423768dd33ec4886403ba5.zip
doc: extensions cleanup
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py3
-rw-r--r--doc/requirements.txt3
2 files changed, 0 insertions, 6 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 5c845c7f8..cc84ade50 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -189,12 +189,9 @@ extensions = [
'sphinx.ext.mathjax',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
-
# BuildTheDocs extensions
'btd.sphinx.autoprogram',
-
# Other extensions
-# 'recommonmark',
'exec',
'sphinx_fontawesome',
'sphinx_autodoc_typehints',
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 11800c41d..494fc99b2 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -4,9 +4,6 @@ sphinx
python-dateutil>=2.8.2
# Sphinx Extenstions
-# sphinxcontrib-textstyle>=0.2.1
-# sphinxcontrib-spelling>=2.2.0
-# changelog>=0.3.5
autoapi>=2.0.1
sphinx_fontawesome>=0.0.6
sphinx_autodoc_typehints>=1.19.5