Skip to content

Commit

Permalink
chore: use gcp-sphinx-docfx-yaml (#10)
Browse files Browse the repository at this point in the history
makes use of the updated plugin for generating DocFX YAMLs
  • Loading branch information
dandhlee authored Apr 28, 2021
1 parent 2c6fe6e commit b5d0c5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/google-cloud-service-management/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,7 @@ def docfx(session):
"""Build the docfx yaml files for this library."""

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

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

0 comments on commit b5d0c5a

Please sign in to comment.