Skip to content
Snippets Groups Projects
Commit 6d78983c authored by Studer Gabriel's avatar Studer Gabriel
Browse files

use integer instead of float in linkcheck_timeout to silence warning

parent 2cf85078
No related branches found
No related tags found
No related merge requests found
......@@ -300,6 +300,6 @@ rst_epilog = """
""" % project
# increase default timeout (5s) for linkcheck
linkcheck_timeout = 15.0
linkcheck_timeout = 15
# LocalWords: cmake
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment