Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit 3cd5ba3

Browse filesBrowse files
authored
chore: use gcp-sphinx-docfx-yaml (#68)
makes use of the updated plugin for generating DocFX YAMLs
1 parent 430dc54 commit 3cd5ba3
Copy full SHA for 3cd5ba3

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed

‎noxfile.py

Copy file name to clipboardExpand all lines: noxfile.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,7 @@ def docfx(session):
205205
"""Build the docfx yaml files for this library."""
206206

207207
session.install("-e", ".")
208-
# sphinx-docfx-yaml supports up to sphinx version 1.5.5.
209-
# https://github.com/docascode/sphinx-docfx-yaml/issues/97
210-
session.install("sphinx==1.5.5", "alabaster", "recommonmark", "sphinx-docfx-yaml")
208+
session.install("sphinx", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml")
211209

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.