Skip to content

Commit

Permalink
make the linkcheck more robust (#2846)
Browse files Browse the repository at this point in the history
this will do retries and wait longer for a timeout
  • Loading branch information
zingale authored May 16, 2024
1 parent 16ad492 commit 9f9368f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,12 @@ def get_version():
]


# -- Options for linkcheck

linkcheck_retries = 3
linkcheck_timeout = 100


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

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

0 comments on commit 9f9368f

Please sign in to comment.