From 63ad1bf9e365d2f10b91e2fd036e3b7d937336c0 Mon Sep 17 00:00:00 2001 From: Alexey Volkov Date: Thu, 29 Feb 2024 14:53:33 -0800 Subject: [PATCH] docs: Fixed the documentation generation PiperOrigin-RevId: 611604598 --- noxfile.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/noxfile.py b/noxfile.py index 517267cfaf..29b3e524f6 100644 --- a/noxfile.py +++ b/noxfile.py @@ -310,6 +310,11 @@ def docfx(session): session.install("-e", ".") session.install( "gcp-sphinx-docfx-yaml", + "sphinxcontrib-applehelp==1.0.4", + "sphinxcontrib-devhelp==1.0.2", + "sphinxcontrib-htmlhelp==2.0.1", + "sphinxcontrib-qthelp==1.0.3", + "sphinxcontrib-serializinghtml==1.1.5", "alabaster", "google-cloud-aiplatform[prediction]", "recommonmark",