File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/google-cloud-bigquery Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ def blacken(session):
271271def docs (session ):
272272 """Build the docs."""
273273
274- session .install ("ipython" , "recommonmark" , "sphinx" , "sphinx_rtd_theme" )
274+ session .install ("ipython" , "recommonmark" , "sphinx==4.0.1 " , "sphinx_rtd_theme" )
275275 session .install ("google-cloud-storage" )
276276 session .install ("-e" , ".[all]" )
277277
@@ -295,7 +295,9 @@ def docfx(session):
295295 """Build the docfx yaml files for this library."""
296296
297297 session .install ("-e" , "." )
298- session .install ("sphinx" , "alabaster" , "recommonmark" , "gcp-sphinx-docfx-yaml" )
298+ session .install (
299+ "sphinx==4.0.1" , "alabaster" , "recommonmark" , "gcp-sphinx-docfx-yaml"
300+ )
299301
300302 shutil .rmtree (os .path .join ("docs" , "_build" ), ignore_errors = True )
301303 session .run (
You can’t perform that action at this time.
0 commit comments