File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 13
13
# -- Project information -----------------------------------------------------
14
14
15
15
project = "Dokumentace české Python komunity"
16
- copyright = "2023 , Pyvec, z.s."
16
+ copyright = "2025 , Pyvec, z.s."
17
17
author = "Pyvec, z.s."
18
18
19
19
# The short X.Y version
138
138
epub_exclude_files = ["search.html" ]
139
139
140
140
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
-
153
141
# -- Options for todo extension ----------------------------------------------
154
142
155
143
# If true, `todo` and `todoList` produce output, else they produce nothing.
You can’t perform that action at this time.
0 commit comments