nix: keep readthedocs dependencies in-sync with nix

This is to make sure that we will always have the same development
environment for the docs build as is used live on the website.
This commit is contained in:
Wolfgang Walther
2024-11-12 21:13:31 +01:00
committed by Wolfgang Walther
parent 6c46f7dba5
commit a023bd5742
4 changed files with 26 additions and 19 deletions
+3 -4
View File
@@ -8,14 +8,13 @@
"/^v[0-9]+/"
],
"rebaseWhen": "conflicted",
"pip_requirements": {
"enabled": false
},
"packageRules": [
{
"matchBaseBranches": [ "/^v[0-9]+/" ],
"groupName": "all dependencies"
},
{
"matchPackageNames": ["docutils"],
"allowedVersions": "<0.21.0"
}
]
}