aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-09-01 12:26:57 +0200
committerMichał Górny <mgorny@gentoo.org>2023-09-01 12:26:57 +0200
commit3502c3aef13a47f14182d6f09e1104e6723bd726 (patch)
treec156cf37aecd1be2af2c3886231544d4c0c52c01
parentUse flit_core as build backend (diff)
downloadtyrian-sphinx-theme-3502c3aef13a47f14182d6f09e1104e6723bd726.tar.gz
tyrian-sphinx-theme-3502c3aef13a47f14182d6f09e1104e6723bd726.tar.bz2
tyrian-sphinx-theme-3502c3aef13a47f14182d6f09e1104e6723bd726.zip
Explicitly depend on sphinx
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e6ca72f..5c289f0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,6 +19,9 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dynamic = ["version"]
+dependencies = [
+ "sphinx",
+]
[project.urls]
Homepage = "https://gitweb.gentoo.org/proj/tyrian-sphinx-theme.git"