File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 272272
273273nitpick_ignore_regex = [
274274 ("py:class" , "typing.Self" ),
275+ ("py:data" , "typing.Union" ),
275276 # these are not generated with docs API ref
276277 ("py:class" , "lightning.fabric.utilities.types.Optimizable" ),
277278 ("py:class" , "lightning.fabric.utilities.types.Steppable" ),
Original file line number Diff line number Diff line change @@ -374,6 +374,7 @@ def _load_py_module(name: str, location: str) -> ModuleType:
374374
375375nitpick_ignore = [
376376 ("py:class" , "typing.Self" ),
377+ ("py:data" , "typing.Union" ),
377378 # missing in generated API
378379 ("py:exc" , "MisconfigurationException" ),
379380 # TODO: generated list of all existing ATM, need to be fixed
@@ -648,6 +649,7 @@ def package_list_from_file(file):
648649 "https://medium.com/pytorch-lightning/quick-contribution-guide-86d977171b3a" ,
649650 "https://deepgenerativemodels.github.io/assets/slides/cs236_lecture11.pdf" ,
650651 "https://developer.habana.ai" , # returns 403 error but redirects to intel.com documentation
652+ "https://www.supermicro.com" , # returns 403 error
651653 "https://www.intel.com/content/www/us/en/products/docs/processors/what-is-a-gpu.html" ,
652654 "https://www.microsoft.com/en-us/research/blog/zero-infinity-and-deepspeed-unlocking-unprecedented-model-scale-for-deep-learning-training/" , # noqa: E501
653655 "https://stackoverflow.com/questions/66640705/how-can-i-install-grpcio-on-an-apple-m1-silicon-laptop" ,
You can’t perform that action at this time.
0 commit comments