@@ -119,6 +119,7 @@ def tagged_commit():
119119 ".github" ,
120120 "README.md" ,
121121 "galleries/*" ,
122+ ".pixi" ,
122123]
123124
124125
@@ -276,7 +277,6 @@ def tagged_commit():
276277
277278html_theme_options = {
278279 # "logo_only": True,
279-
280280 "repository_url" : "https://github.com/anybody/tutorials" ,
281281 "use_repository_button" : False ,
282282 # "extra_navbar": 'Tutorials by <a href="https://anybodytech.com">AnyBody Technology</a>',
@@ -288,9 +288,7 @@ def tagged_commit():
288288 "show_navbar_depth" : 2 ,
289289 "search_bar_text" : "" ,
290290 "pygment_light_style" : "AnyScript" ,
291- "pygment_dark_style" : "stata-dark"
292-
293-
291+ "pygment_dark_style" : "stata-dark" ,
294292}
295293
296294
@@ -442,9 +440,9 @@ def tagged_commit():
442440 "https://doi.org/10.1115/1.4052115" , # asme.org prevents the linkcheck
443441 "https://dx.doi.org/10.1115/1.4001678" , # asme.org prevents the linkcheck
444442 "https://dx.doi.org/10.1115/1.4029258" , # asme.org prevents the linkcheck
445- "https://doi.org/10.1080/10255840802459412" , # tandfonline sometimes blocks linkcheck
446- "https://doi.org/10.1080/23335432.2014.993706" , # tandfonline sometimes blocks linkcheck
447- "https://anyscript.org/tutorials/dev/" , # The dev sides can sometimes be missing.
443+ "https://doi.org/10.1080/10255840802459412" , # tandfonline sometimes blocks linkcheck
444+ "https://doi.org/10.1080/23335432.2014.993706" , # tandfonline sometimes blocks linkcheck
445+ "https://anyscript.org/tutorials/dev/" , # The dev sides can sometimes be missing.
448446]
449447
450448linkcheck_allowed_redirects = {
@@ -457,4 +455,4 @@ def tagged_commit():
457455
458456
459457def setup (app ):
460- ...
458+ ...
0 commit comments