diff options
Diffstat (limited to 'textproc/py-pydata-sphinx-theme/files/patch-pyproject.toml')
-rw-r--r-- | textproc/py-pydata-sphinx-theme/files/patch-pyproject.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/py-pydata-sphinx-theme/files/patch-pyproject.toml b/textproc/py-pydata-sphinx-theme/files/patch-pyproject.toml new file mode 100644 index 000000000000..a7267a959b68 --- /dev/null +++ b/textproc/py-pydata-sphinx-theme/files/patch-pyproject.toml @@ -0,0 +1,13 @@ +--- pyproject.toml.orig 2024-06-25 19:27:20 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" |