Skip to content

Commit 5198609

Browse files
authored
chore: use gcp-sphinx-docfx-yaml (#343)
makes use of the updated plugin for generating DocFX YAMLs
1 parent cd088e8 commit 5198609

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/google-cloud-firestore/noxfile.py

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

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

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

0 commit comments

Comments
 (0)