We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52041be + feb26c3 commit a7966d2Copy full SHA for a7966d2
docs/source/conf.py
@@ -32,7 +32,7 @@
32
# built documents.
33
#
34
# Use ``importlib.metadata.version`` as per
35
-# https://github.com/pypa/setuptools_scm#usage-from-sphinx.
+# https://setuptools-scm.readthedocs.io/en/latest/usage/#usage-from-sphinx
36
version = importlib.metadata.version(distribution_name=project)
37
_month, _day, _year, *_ = version.split(".")
38
release = f"{_month}.{_day}.{_year}"
@@ -64,10 +64,6 @@
64
65
# Retry link checking to avoid transient network errors.
66
linkcheck_retries = 5
67
-linkcheck_ignore = [
68
- # Requires login.
69
- r"https://developer.vuforia.com/targetmanager",
70
-]
71
72
spelling_word_list_filename = "../../spelling_private_dict.txt"
73
0 commit comments