mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
7 lines
113 B
Python
7 lines
113 B
Python
import sys
|
|
|
|
exclude_patterns = ['_build']
|
|
linkcheck_timeout = 0.01 if sys.platform != 'win32' else 0.05
|
|
|
|
del sys
|