Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 0885eae

Browse files
authored
chore: use gcp-sphinx-docfx-yaml (#37)
makes use of the updated plugin for generating DocFX YAMLs
1 parent b999fe6 commit 0885eae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

noxfile.py

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

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

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

0 commit comments

Comments
 (0)