File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 1313# -- Project information -----------------------------------------------------
1414
1515project = "Dokumentace české Python komunity"
16- copyright = "2023 , Pyvec, z.s."
16+ copyright = "2025 , Pyvec, z.s."
1717author = "Pyvec, z.s."
1818
1919# The short X.Y version
138138epub_exclude_files = ["search.html" ]
139139
140140
141- # -- Extension configuration -------------------------------------------------
142-
143- linkcheck_ignore = [
144- r"https?://127\.0\.0\.1:\d+" , # localhost
145- r"https://docs\.google\.com.*" , # links to private documents
146- r"https://(www\.)?(twitter|x|facebook|buffer|nytimes)\.com.*" , # crawling/DDoS protection
147- r"https://cz\.pycon\.org/\d+/.+" , # see https://pyvec.slack.com/archives/C4PPZNPDK/p1617716799001200
148- r"https://github\.com/[^/]+/[^/]+/commits/.+" , # GitHub aggressively rate-limits these
149- r"https://pyvec\.slack\.com" , # Slack is not public
150- ]
151-
152-
153141# -- Options for todo extension ----------------------------------------------
154142
155143# If true, `todo` and `todoList` produce output, else they produce nothing.
You can’t perform that action at this time.
0 commit comments