We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0150f7b commit c76a39dCopy full SHA for c76a39d
1 file changed
.github/dependabot.yml
@@ -16,3 +16,8 @@ updates:
16
directory: "/docs"
17
schedule:
18
interval: "daily"
19
+ ignore:
20
+ # sphinx-rtd-theme does not support the latest versions of docutils and
21
+ # sphinx
22
+ - dependency-name: "docutils"
23
+ - dependency-name: "sphinx"
0 commit comments