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:
committed by
Wolfgang Walther
parent
6c46f7dba5
commit
a023bd5742
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user