Skip to content

Commit ade6a66

Browse files
committed
skip docs session
1 parent 36e636c commit ade6a66

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ def unit(session):
141141

142142
@nox.session(python="3.10")
143143
def docs(session):
144-
"""Build documentation."""
145-
session.install("-r", "requirements.txt")
146-
session.install("sphinx", "sphinx-docfx-yaml")
147-
session.run("sphinx-build", "-b", "html", "docs", "docs/_build/html")
144+
"""Build documentation (POSTPONED)."""
145+
session.skip(
146+
"Docs build postponed during migration. "
147+
"Requires resolution of Sphinx 1.5.5 / Jinja2 compatibility."
148+
)

0 commit comments

Comments
 (0)