Skip to content

Commit

Permalink
fix linkcheck (#1671)
Browse files Browse the repository at this point in the history
phys rev does not play nicely
  • Loading branch information
zingale authored Nov 20, 2024
1 parent ed9c7fb commit 8cb64e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sphinx_docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,11 @@ def get_version():

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


# -- Options for Texinfo output -------------------------------------------

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

0 comments on commit 8cb64e7

Please sign in to comment.