Skip to content

Commit

Permalink
Remove dormant (broken) nitpick config (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen authored Oct 14, 2024
1 parent ae3f3cf commit 802a83f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
15 changes: 0 additions & 15 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,6 @@

import globus_sdk

# running `tox -e docs -- -n` will pick up "nitpick" warning which we convert to build
# errors with `-W`
# load ignores from file
nitpick_ignore = []
nitpick_ignore_regex = []
with open("nitpick_ignore.txt") as fp:
for line in fp:
line = line.strip()
if line == "" or line.startswith("#"):
continue
if line.startswith("re: "):
nitpick_ignore_regex.append(tuple(line.split()[1:]))
else:
nitpick_ignore.append(tuple(line.split()))

intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
}
Expand Down
35 changes: 0 additions & 35 deletions docs/nitpick_ignore.txt

This file was deleted.

0 comments on commit 802a83f

Please sign in to comment.