diff options
author | David Robillard <d@drobilla.net> | 2021-01-07 00:23:09 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-07 00:23:09 +0100 |
commit | fd4e3df97f7ed16a60f38eb3beb37256a68a66c4 (patch) | |
tree | 8488d76eb9e2af94441be2b535b920ee93ea43e2 /doc/c | |
parent | 335fe4dfe1755008c72dc1fbb9d8888b2bf710eb (diff) | |
download | suil-fd4e3df97f7ed16a60f38eb3beb37256a68a66c4.tar.gz suil-fd4e3df97f7ed16a60f38eb3beb37256a68a66c4.tar.bz2 suil-fd4e3df97f7ed16a60f38eb3beb37256a68a66c4.zip |
Switch to LV2 documentation theme
Diffstat (limited to 'doc/c')
-rw-r--r-- | doc/c/wscript | 4 |
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/") |