Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 7ae8e0b

Browse files
authored
chore: use gcp-sphinx-docfx-yaml (#300)
See googleapis/synthtool#1011
1 parent f8d9bd3 commit 7ae8e0b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,7 @@ def docfx(session):
194194
"""Build the docfx yaml files for this library."""
195195

196196
session.install("-e", ".[tracing]")
197-
# sphinx-docfx-yaml supports up to sphinx version 1.5.5.
198-
# https://github.com/docascode/sphinx-docfx-yaml/issues/97
199-
session.install("sphinx==1.5.5", "alabaster", "recommonmark", "sphinx-docfx-yaml")
197+
session.install("sphinx", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml")
200198

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

0 commit comments

Comments
 (0)