Skip to content

Commit

Permalink
Merge pull request #1248 from brendon-boldt/patch-1
Browse files Browse the repository at this point in the history
Update build-systems.json for sphinxcontrib-jquery
  • Loading branch information
adisbladis authored Aug 5, 2023
2 parents 07b2df8 + a13ab17 commit d637c4a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions overrides/build-systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -17138,6 +17138,9 @@
"pbr",
"setuptools"
],
"sphinx-js": [
"setuptools"
],
"sphinx-jupyterbook-latex": [
"setuptools"
],
Expand Down Expand Up @@ -17216,6 +17219,16 @@
"sphinxcontrib-httpdomain": [
"setuptools"
],
"sphinxcontrib-jquery": [
{
"buildSystem": "setuptools",
"until": "3.0.0"
},
{
"buildSystem": "flit-core",
"from": "3.0.0"
}
],
"sphinxcontrib-jsmath": [
"setuptools"
],
Expand Down

0 comments on commit d637c4a

Please sign in to comment.