aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-01-05 00:07:53 +0100
committertgingold <tgingold@users.noreply.github.com>2021-01-05 18:50:44 +0100
commit49bb019a9f57e52397c5f1b2bbfb20cd83645231 (patch)
tree20145013e6586e67e7b738e6a440fb38244d62b4 /doc/conf.py
parentf885f0794e77e0a6e8e0bd884dd4ec57890a5ddf (diff)
downloadghdl-49bb019a9f57e52397c5f1b2bbfb20cd83645231.tar.gz
ghdl-49bb019a9f57e52397c5f1b2bbfb20cd83645231.tar.bz2
ghdl-49bb019a9f57e52397c5f1b2bbfb20cd83645231.zip
Run AutoProgram to extract ghdl-ls CLI options. Add a link to gnatdoc.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index ce6c134e7..baf7640f9 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -61,7 +61,7 @@ templates_path = ['_templates']
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = [
"_build",
- "_themes",
+ "_theme",
"Thumbs.db",
".DS_Store"
]