From 3ff6d2d013088d085a0494fc802b26579b3f52dc Mon Sep 17 00:00:00 2001 From: German Date: Wed, 9 Aug 2023 19:53:59 +0200 Subject: [PATCH] Fixing pypim inventory --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 5a742d3193..ff471fdec4 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -97,7 +97,7 @@ "pandas": ("https://pandas.pydata.org/docs/", None), "pyvista": ("https://docs.pyvista.org/version/stable/", None), "grpc": ("https://grpc.github.io/grpc/python/", None), - "pypim": ("https://pypim.docs.pyansys.com/", None), + "pypim": ("https://pypim.docs.pyansys.com/version/dev/", None), "dpf-core": ("https://dpf.docs.pyansys.com/version/stable/", None), }