summaryrefslogtreecommitdiffstats
path: root/doc/c/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-07 00:23:09 +0100
committerDavid Robillard <d@drobilla.net>2021-01-07 00:23:09 +0100
commitfd4e3df97f7ed16a60f38eb3beb37256a68a66c4 (patch)
tree8488d76eb9e2af94441be2b535b920ee93ea43e2 /doc/c/wscript
parent335fe4dfe1755008c72dc1fbb9d8888b2bf710eb (diff)
downloadsuil-fd4e3df97f7ed16a60f38eb3beb37256a68a66c4.tar.gz
suil-fd4e3df97f7ed16a60f38eb3beb37256a68a66c4.tar.bz2
suil-fd4e3df97f7ed16a60f38eb3beb37256a68a66c4.zip
Switch to LV2 documentation theme
Diffstat (limited to 'doc/c/wscript')
-rw-r--r--doc/c/wscript4
1 files changed, 1 insertions, 3 deletions
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/")