Skip to content

Commit

Permalink
chore: use gcp-sphinx-docfx-yaml
Browse files Browse the repository at this point in the history
Porting change in googleapis/synthtool#1011
  • Loading branch information
busunkim96 committed Apr 2, 2021
1 parent b425f7c commit 172c15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def docfx(session):
"""Build the docfx yaml files for this library."""

session.install("-e", ".")
session.install("sphinx", "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 172c15a

Please sign in to comment.