Skip to content

Commit

Permalink
chore(python): Include docfx in nox.options.sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Aug 15, 2024
1 parent adf1b0d commit 54ea1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/gcp/templates/python_library/noxfile.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ SYSTEM_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}

CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()

# 'docfx' is excluded since it only needs to run in 'docs-presubmit'
nox.options.sessions = [
"unit",
"system",
Expand All @@ -139,6 +138,7 @@ nox.options.sessions = [
"lint_setup_py",
"blacken",
"docs",
"docfx",
"format",
]

Expand Down

0 comments on commit 54ea1d8

Please sign in to comment.