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",