diff options
author | David Robillard <d@drobilla.net> | 2022-07-03 20:46:36 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-17 17:38:23 -0400 |
commit | ed283b838681ed3fb28e94140a6dc5172945776f (patch) | |
tree | 3d3e9bfdbdece17f5ef886be874c1551f8c2119b /doc/conf.py.in | |
parent | 57b2852b65989de6573f9e22127bdc682e6d4949 (diff) | |
download | sratom-ed283b838681ed3fb28e94140a6dc5172945776f.tar.gz sratom-ed283b838681ed3fb28e94140a6dc5172945776f.tar.bz2 sratom-ed283b838681ed3fb28e94140a6dc5172945776f.zip |
Use a consistent tagline everywhere
Diffstat (limited to 'doc/conf.py.in')
-rw-r--r-- | doc/conf.py.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in index c92fe62..0e8b53f 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -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 small 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 small library for serializing LV2 atoms", "globaltoc_collapse": True, "globaltoc_maxdepth": 1, "logo_name": True, |