Skip to content

Commit 8cb64e7

Browse files
authored
fix linkcheck (#1671)
phys rev does not play nicely
1 parent ed9c7fb commit 8cb64e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sphinx_docs/source/conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,11 @@ def get_version():
223223

224224
linkcheck_retries = 3
225225
linkcheck_timeout = 100
226+
linkcheck_allow_unauthorized = True
227+
linkcheck_ignore = [r"https://doi.org/10.1103/[Pp]hys[Rr]ev*"]
226228
user_agent = "Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0"
227229

230+
228231
# -- Options for Texinfo output -------------------------------------------
229232

230233
# Grouping the document tree into Texinfo files. List of tuples

0 commit comments

Comments
 (0)