summaryrefslogtreecommitdiffstats
path: root/doc/conf.py.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-02 19:23:21 -0400
committerDavid Robillard <d@drobilla.net>2023-09-02 19:23:21 -0400
commitce8a14731e78aa68b79f34396ad5dc3d7d7b8ea3 (patch)
tree49445ccb9ceb8fef189b1b41337f56c2364f94dd /doc/conf.py.in
parent215c84198913c356f88e59df565027e2a8dbb43a (diff)
downloadsuil-ce8a14731e78aa68b79f34396ad5dc3d7d7b8ea3.tar.gz
suil-ce8a14731e78aa68b79f34396ad5dc3d7d7b8ea3.tar.bz2
suil-ce8a14731e78aa68b79f34396ad5dc3d7d7b8ea3.zip
Clean up documentation and remove junk files from install
Diffstat (limited to 'doc/conf.py.in')
-rw-r--r--doc/conf.py.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in
index 3193610..7b6a2db 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -1,12 +1,14 @@
-# Copyright 2020-2021 David Robillard <d@drobilla.net>
+# Copyright 2020-2023 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: ISC
# Project information
-project = "Suil"
-copyright = "2020, David Robillard"
+project = "@SUIL_TITLE@"
+copyright = "2023, David Robillard"
author = "David Robillard"
release = "@SUIL_VERSION@"
+version = "@SUIL_VERSION@"
+desc = "A library for loading LV2 plugin UIs"
# General configuration
@@ -42,7 +44,7 @@ if tags.has("singlehtml"):
html_theme_options = {
"body_max_width": "48em",
"body_min_width": "48em",
- "description": "A library for loading LV2 plugin UIs",
+ "description": desc,
"globaltoc_collapse": False,
"globaltoc_maxdepth": 3,
"logo_name": True,
@@ -57,7 +59,7 @@ else:
html_theme_options = {
"body_max_width": "60em",
"body_min_width": "40em",
- "description": "A library for loading LV2 plugin UIs",
+ "description": desc,
"globaltoc_collapse": True,
"globaltoc_maxdepth": 1,
"logo_name": True,