Skip to content

Commit 405fd38

Browse files
committed
build(docs): Ignore updates for sphinx
1 parent b04394e commit 405fd38

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)