Skip to content

Commit 6739621

Browse files
authored
Update conf.py (#341)
1 parent fe4ac52 commit 6739621

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/source/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,10 @@
252252

253253
linkcheck_timeout = 60
254254

255+
# Configure linkcheck errors
256+
257+
linkcheckdiff_errors = set(['broken'])
258+
255259
# Change request header to avoid timeout errors with SOLIDWORKS/Autodesk because they are great like that
256260

257261
linkcheck_request_headers = {
@@ -370,7 +374,6 @@ def setup(app):
370374
}
371375

372376

373-
374377

375378
# Configure RTD Theme
376379
html_theme_options = {

0 commit comments

Comments
 (0)