aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-09 19:17:31 +0100
committerDavid Robillard <d@drobilla.net>2021-03-07 15:32:23 -0500
commitb9d0b9f058807d7253e88d37822c47b5462b65ea (patch)
tree680357643905465c27857a1f3709ce3518ad7f82 /doc/conf.py.in
parent4c663def32cb6c360ab3d9e2f101c903583d1486 (diff)
downloadserd-b9d0b9f058807d7253e88d37822c47b5462b65ea.tar.gz
serd-b9d0b9f058807d7253e88d37822c47b5462b65ea.tar.bz2
serd-b9d0b9f058807d7253e88d37822c47b5462b65ea.zip
WIP: Switch to Meson
Diffstat (limited to 'doc/conf.py.in')
-rw-r--r--doc/conf.py.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in
index 9375f0dc..c0c24ecc 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -47,9 +47,10 @@ nitpick_ignore = list(map(lambda x: ("c:identifier", x), _opaque))
# HTML output
-html_static_path = ["_static"]
html_copy_source = False
html_short_title = "Serd"
+html_static_path = ["../_static"]
+html_theme = "sphinx_lv2_theme"
if have_lv2_theme:
html_theme = "sphinx_lv2_theme"