diff options
author | Patrick Lehmann <Patrick.Lehmann@tu-dresden.de> | 2017-02-19 05:03:48 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2017-12-10 12:02:05 +0100 |
commit | d35d1e5a6bff26603006e8a025badec506d3064c (patch) | |
tree | d0d3ff0fa091ee235a4a01717d3a190b2cae867f /doc | |
parent | e9f9a248facfcb9f249e7817bbc1264e2ea1ca32 (diff) | |
download | ghdl-d35d1e5a6bff26603006e8a025badec506d3064c.tar.gz ghdl-d35d1e5a6bff26603006e8a025badec506d3064c.tar.bz2 ghdl-d35d1e5a6bff26603006e8a025badec506d3064c.zip |
Fixed used theme to allow local building.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 6364489f5..1fa5ae5b3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -157,7 +157,7 @@ rst_prolog = """\ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. #html_theme = 'alabaster' -html_theme = 'default' +html_theme = "sphinx_rtd_theme" # 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 |