From 2f5ccee0e01eb26471cf41041f717d19b7734efa Mon Sep 17 00:00:00 2001 From: Dan Lee <71398022+dandhlee@users.noreply.github.com> Date: Tue, 27 Apr 2021 15:10:36 -0400 Subject: [PATCH] chore: use `gcp-sphinx-docfx-yaml` makes use of the updated plugin for generating DocFX YAMLs --- noxfile.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/noxfile.py b/noxfile.py index 1f30a08..a8c05a9 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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(