aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2015-11-24 05:53:09 +0100
committerTristan Gingold <gingold@adacore.com>2015-11-24 05:53:09 +0100
commit5ad9818cbc2725f4fdb424271c17a2b99454d4c3 (patch)
tree392607e7f91c6109544438286dee054ee5ce65d2 /doc/conf.py
parent10c4523636a7b2afbd6401c623edd9d7619f028c (diff)
downloadghdl-5ad9818cbc2725f4fdb424271c17a2b99454d4c3.tar.gz
ghdl-5ad9818cbc2725f4fdb424271c17a2b99454d4c3.tar.bz2
ghdl-5ad9818cbc2725f4fdb424271c17a2b99454d4c3.zip
doc: use default theme for html.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 0ae2ca7f7..e9c53f9ad 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -108,7 +108,8 @@ todo_include_todos = False
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'alabaster'
+#html_theme = 'alabaster'
+html_theme = 'default'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the