From 2f92626e52fd6496c426e8c10c631c4f8b589c12 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 5 Jan 2021 00:26:04 +0100 Subject: Added 'attrs' to the dependency list. --- doc/conf.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index baf7640f9..7eaf6c9e1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -82,11 +82,6 @@ except Exception as ex: print(ex) rst_prolog = "" -# -- Options for HTML output ---------------------------------------------- - - -# Output file base name for HTML help builder. -htmlhelp_basename = 'GHDLdoc' # ============================================================================== @@ -101,7 +96,8 @@ html_theme_options = { } html_static_path = ['_static'] -html_extra_path = [str(Path(__file__).resolve().parent.parent / 'public')] +# '/public' will contain the output from gnatdoc +html_extra_path = [str(Path(__file__).resolve().parent.parent / 'public')] # FIXME: if not exist, create directory html_logo = str(Path(html_static_path[0]) / 'logo.png') html_favicon = str(Path(html_static_path[0]) / 'icon.png') -- cgit v1.2.3