We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade6a66 commit 6164707Copy full SHA for 6164707
packages/gcp-sphinx-docfx-yaml/noxfile.py
@@ -146,3 +146,12 @@ def docs(session):
146
"Docs build postponed during migration. "
147
"Requires resolution of Sphinx 1.5.5 / Jinja2 compatibility."
148
)
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