From f55c4099343832270ee6d3c0f4aa374a72ec9111 Mon Sep 17 00:00:00 2001 From: umarcor Date: Tue, 22 Sep 2020 04:36:56 +0200 Subject: doc: add gnatdoc HTML output --- doc/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index dff335e4d..ced332c9a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -113,10 +113,8 @@ if ctx.is_file(): html_theme_path = ["."] html_theme = "_theme" -# Add any paths that contain custom static files (such as style sheets) here, -# relative to this directory. They are copied after the builtin static files, -# so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] +html_extra_path = [str(Path(__file__).resolve().parent.parent / 'public')] # Output file base name for HTML help builder. htmlhelp_basename = 'GHDLdoc' -- cgit v1.2.3