diff options
author | David Robillard <d@drobilla.net> | 2021-01-07 00:10:27 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-07 00:11:55 +0100 |
commit | 07ed82cc08d6d85e04a6e3bea4762436f35ca18a (patch) | |
tree | b36450b366c7ca86c50e9e8a19c1150c64067012 /doc/c/wscript | |
parent | 397ddf11571a33a7da33ecd0839d10911c5890be (diff) | |
download | sratom-07ed82cc08d6d85e04a6e3bea4762436f35ca18a.tar.gz sratom-07ed82cc08d6d85e04a6e3bea4762436f35ca18a.tar.bz2 sratom-07ed82cc08d6d85e04a6e3bea4762436f35ca18a.zip |
Switch to LV2 documentation theme
Diffstat (limited to 'doc/c/wscript')
-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 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/") |