summaryrefslogtreecommitdiff
path: root/textproc/py-pydata-sphinx-theme/files/patch-pyproject.toml
blob: 0fced65625d2c5d26d3a982c682e47442e13c116 (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	2024-10-22 14:23:11 UTC
+++ pyproject.toml
@@ -1,8 +1,6 @@
 [build-system]
-requires = [
-  "sphinx-theme-builder @ https://github.com/pradyunsg/sphinx-theme-builder/archive/87214d0671c943992c05e3db01dca997e156e8d6.zip",
-]
-build-backend = "sphinx_theme_builder"
+requires = ["flit-core >= 3.9.0"]
+build-backend = "flit_core.buildapi"
 
 [tool.sphinx-theme-builder]
 node-version = "16.13.2"
@@ -22,7 +20,7 @@ dependencies = [
 readme = "README.md"
 requires-python = ">=3.9"
 dependencies = [
-  "sphinx>=6.1",
+  "sphinx>=5",
   "beautifulsoup4",
   "docutils!=0.17.0",
   "Babel",