Skip to content

Commit c76a39d

Browse files
authored
build(docs): Ignore updates for sphinx (#2532)
1 parent 0150f7b commit c76a39d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ updates:
1616
directory: "/docs"
1717
schedule:
1818
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

Comments
 (0)