Skip to content

Commit 6164707

Browse files
committed
add docfx session placeholder
1 parent ade6a66 commit 6164707

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/gcp-sphinx-docfx-yaml/noxfile.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,12 @@ def docs(session):
146146
"Docs build postponed during migration. "
147147
"Requires resolution of Sphinx 1.5.5 / Jinja2 compatibility."
148148
)
149+
150+
151+
@nox.session(python="3.10")
152+
def docfx(session):
153+
"""Build documentation (POSTPONED)."""
154+
session.skip(
155+
"Docs build postponed during migration. "
156+
"Requires resolution of Sphinx 1.5.5 / Jinja2 compatibility."
157+
)

0 commit comments

Comments
 (0)