From 07ed82cc08d6d85e04a6e3bea4762436f35ca18a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jan 2021 00:10:27 +0100 Subject: Switch to LV2 documentation theme --- doc/c/wscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc/c') diff --git a/doc/c/wscript b/doc/c/wscript index d88ee38..9ea3094 100644 --- a/doc/c/wscript +++ b/doc/c/wscript @@ -5,8 +5,6 @@ def build(bld): index_xml = bld.path.get_bld().make_node("xml/index.xml") files = [ - ("../_static/custom.css", "sphinx/_static/custom.css"), - ("../_templates/about.html", "sphinx/_templates/about.html"), ("../sratom.rst", "sphinx/sratom.rst"), ("index.rst", "sphinx/index.rst"), ("overview.rst", "sphinx/overview.rst"), @@ -37,5 +35,5 @@ def build(bld): bld(features="sphinx", sphinx_source=bld.path.get_bld().make_node("sphinx"), sphinx_output_format="singlehtml", - sphinx_options=["-E", "-q"], + sphinx_options=["-E", "-q", "-t", "singlehtml"], install_path=doc_dir + "c/singlehtml/") -- cgit v1.2.1