sphinx/tests/roots/test-linkcheck-localserver-https/conf.py
2023-03-24 00:29:27 +00:00

7 lines
113 B
Python

import sys
exclude_patterns = ['_build']
linkcheck_timeout = 0.01 if sys.platform != 'win32' else 0.05
del sys