1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Removing the dependency on sphinx-theme-builder, which is not
in Debian, and quite useless in this particular case
--- furo-2022.9.29.orig/pyproject.toml
+++ furo-2022.9.29/pyproject.toml
@@ -1,12 +1,6 @@
[build-system]
-requires = ["sphinx-theme-builder >= 0.2.0a10"]
-build-backend = "sphinx_theme_builder"
-
-[tool.sphinx-theme-builder]
-node-version = "16.15.1"
-additional-compiled-static-assets = [
- "styles/furo-extensions.css",
-]
+requires = ["setuptools>=40.8.0", "wheel"]
+build-backend = "setuptools.build_meta:__legacy__"
[project]
name = "furo"
|