8000 build(python): update docfx job to use new plugin (#1011) · googleapis/synthtool@4501974 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4501974

Browse files
authored
build(python): update docfx job to use new plugin (#1011)
1 parent 4dc31ac commit 4501974

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

synthtool/gcp/templates/python_library/noxfile.py.j2

Lines changed: 1 addition & 3 deletions
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://github.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)
0