diff --git a/docs/source-pytorch/conf.py b/docs/source-pytorch/conf.py index fa8eb179ead3b1..59780dc2e8d95b 100644 --- a/docs/source-pytorch/conf.py +++ b/docs/source-pytorch/conf.py @@ -343,8 +343,6 @@ def _load_py_module(name: str, location: str) -> ModuleType: "graphcore": ("https://docs.graphcore.ai/en/latest/", None), "lightning_habana": ("https://lightning-ai.github.io/lightning-Habana/", None), "tensorboardX": ("https://tensorboardx.readthedocs.io/en/stable/", None), - # needed for referencing App from lightning scope - "lightning.app": ("https://lightning.ai/docs/app/stable/", None), # needed for referencing Fabric from lightning scope "lightning.fabric": ("https://lightning.ai/docs/fabric/stable/", None), # TODO: these are missing objects.inv @@ -626,4 +624,5 @@ def package_list_from_file(file): "https://stackoverflow.com/questions/66640705/how-can-i-install-grpcio-on-an-apple-m1-silicon-laptop", "https://github.com/Lightning-AI/lightning/blob/master/examples/pytorch/ipu/mnist_sample.py", "https://ngc.nvidia.com/catalog/containers/nvidia:nemo", # in ecosystem/asr_nlp_tts.rst + "https://openai.com/", ] diff --git a/src/version.info b/src/version.info index 530cdd91a205aa..21bb5e156fbe2f 100644 --- a/src/version.info +++ b/src/version.info @@ -1 +1 @@ -2.2.4 +2.2.5