Skip to content

Commit a7966d2

Browse files
Merge pull request #2114 from VWS-Python/rm-nitpick-ignore
Update Sphinx configuration based on recent tooling changes
2 parents 52041be + feb26c3 commit a7966d2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/source/conf.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# built documents.
3333
#
3434
# Use ``importlib.metadata.version`` as per
35-
# https://github.com/pypa/setuptools_scm#usage-from-sphinx.
35+
# https://setuptools-scm.readthedocs.io/en/latest/usage/#usage-from-sphinx
3636
version = importlib.metadata.version(distribution_name=project)
3737
_month, _day, _year, *_ = version.split(".")
3838
release = f"{_month}.{_day}.{_year}"
@@ -64,10 +64,6 @@
6464

6565
# Retry link checking to avoid transient network errors.
6666
linkcheck_retries = 5
67-
linkcheck_ignore = [
68-
# Requires login.
69-
r"https://developer.vuforia.com/targetmanager",
70-
]
7167

7268
spelling_word_list_filename = "../../spelling_private_dict.txt"
7369

0 commit comments

Comments
 (0)