Skip to content

Commit 7e1f6da

Browse files
authored
chore(python): avoid .nox directories when building docs (#1180)
1 parent 6252f2c commit 7e1f6da

File tree

1 file changed

+1
-0
lines changed
  • synthtool/gcp/templates/python_library/docs

1 file changed

+1
-0
lines changed

synthtool/gcp/templates/python_library/docs/conf.py.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ language = None
110110
# directories to ignore when looking for source files.
111111
exclude_patterns = [
112112
"_build",
113+
"**/.nox/**/*",
113114
"samples/AUTHORING_GUIDE.md",
114115
"samples/CONTRIBUTING.md",
115116
"samples/snippets/README.rst",

0 commit comments

Comments
 (0)