blob: 1a0fbd5f93499cc9ae55cf102995caa75c7fbd7a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- pyproject.toml.orig 2025-02-20 16:31:55 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
-requires = ["sphinx-theme-builder >= 0.2.0a7"]
-build-backend = "sphinx_theme_builder"
+requires = ["flit-core >= 3.9.0"]
+build-backend = "flit_core.buildapi"
[tool.sphinx-theme-builder]
node-version = "20.9.0"
@@ -36,8 +36,8 @@ dependencies = [
requires-python = ">=3.9"
dependencies = [
- "sphinx>=6.1",
- "pydata-sphinx-theme==0.15.4"
+ "sphinx>=5.3",
+ "pydata-sphinx-theme>=0.15.4"
]
license = { file = "LICENSE" }
|