From 172c15aea65c68c1ebaad1c898422b891bc07402 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Fri, 2 Apr 2021 10:14:26 -0600 Subject: [PATCH] chore: use gcp-sphinx-docfx-yaml Porting change in https://github.com/googleapis/synthtool/pull/1011 --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index df36d237e..a738d8c00 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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(