Skip to content

Commit b5d0c5a

Browse files
authored
chore: use gcp-sphinx-docfx-yaml (#10)
makes use of the updated plugin for generating DocFX YAMLs
1 parent 2c6fe6e commit b5d0c5a

File tree

1 file changed

+1
-3
lines changed
  • packages/google-cloud-service-management

1 file changed

+1
-3
lines changed

packages/google-cloud-service-management/noxfile.py

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

207207
session.install("-e", ".")
208-
# sphinx-docfx-yaml supports up to sphinx version 1.5.5.
209-
# https://github.com/docascode/sphinx-docfx-yaml/issues/97
210-
session.install("sphinx==1.5.5", "alabaster", "recommonmark", "sphinx-docfx-yaml")
208+
session.install("sphinx", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml")
211209

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

0 commit comments

Comments
 (0)