From fd4e3df97f7ed16a60f38eb3beb37256a68a66c4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jan 2021 00:23:09 +0100 Subject: Switch to LV2 documentation theme --- doc/c/wscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc/c/wscript') diff --git a/doc/c/wscript b/doc/c/wscript index e0cf3bb..ae074bc 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"), ("../suil.rst", "sphinx/suil.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