We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9c7fb commit 8cb64e7Copy full SHA for 8cb64e7
sphinx_docs/source/conf.py
@@ -223,8 +223,11 @@ def get_version():
223
224
linkcheck_retries = 3
225
linkcheck_timeout = 100
226
+linkcheck_allow_unauthorized = True
227
+linkcheck_ignore = [r"https://doi.org/10.1103/[Pp]hys[Rr]ev*"]
228
user_agent = "Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0"
229
230
+
231
# -- Options for Texinfo output -------------------------------------------
232
233
# Grouping the document tree into Texinfo files. List of tuples
0 commit comments