File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,7 @@ def docfx(session):
257257
"""Build the docfx yaml files for this library."""
258258

259259
session.install("-e", ".")
260-
# sphinx-docfx-yaml supports up to sphinx version 1.5.5.
261-
# https://.com/docascode/sphinx-docfx-yaml/issues/97
262-
session.install("sphinx==1.5.5", "alabaster", "recommonmark", "sphinx-docfx-yaml")
260+
session.install("sphinx", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml")
263261

264262
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
265263
session.run(

0 commit comments

Comments
 (0)