diff options
author | David Robillard <d@drobilla.net> | 2021-01-11 02:45:04 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-03-16 19:06:31 -0400 |
commit | 2f2fac062817a6cca82078fc6dcc6401fca3e292 (patch) | |
tree | 60eb33ae3d070e487a29b017a713d1b05edf83c7 /doc/conf.py.in | |
parent | c46452c83d442de137fa6470ba544e3ba142e923 (diff) | |
download | sratom-2f2fac062817a6cca82078fc6dcc6401fca3e292.tar.gz sratom-2f2fac062817a6cca82078fc6dcc6401fca3e292.tar.bz2 sratom-2f2fac062817a6cca82078fc6dcc6401fca3e292.zip |
WIP: Switch to Meson
Diffstat (limited to 'doc/conf.py.in')
-rw-r--r-- | doc/conf.py.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in index c92fe62..c3600d2 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -35,9 +35,9 @@ nitpick_ignore = list(map(lambda x: ("c:identifier", x), _opaque)) # HTML output -html_theme = "sphinx_lv2_theme" html_copy_source = False html_short_title = "Sratom" +html_theme = "sphinx_lv2_theme" if tags.has("singlehtml"): html_sidebars = { @@ -49,7 +49,7 @@ if tags.has("singlehtml"): html_theme_options = { "body_max_width": "48em", "body_min_width": "48em", - "description": "A small library for serialising LV2 atoms to and from RDF", + "description": "A library for serializing LV2 atoms", "globaltoc_collapse": False, "globaltoc_maxdepth": 3, "logo_name": True, @@ -64,7 +64,7 @@ else: html_theme_options = { "body_max_width": "60em", "body_min_width": "40em", - "description": "A small library for serialising LV2 atoms to and from RDF", + "description": "A library for serializing LV2 atoms", "globaltoc_collapse": True, "globaltoc_maxdepth": 1, "logo_name": True, |