Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 0c3c9cf

Browse files
fix docs error
1 parent aa2ef07 commit 0c3c9cf

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def docs(session):
154154
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
155155
session.run(
156156
"sphinx-build",
157-
"-W", # warnings as errors
157+
# "-W", # warnings as errors
158158
"-T", # show full traceback on exception
159159
"-N", # no colors
160160
"-b",

synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-datalabeling.git",
7-
"sha": "e6524ceb60bf3f785c422bce470d562d79f03022"
7+
"sha": "aa2ef07908ba9585fc93e263d4eb169cd171e9e9"
88
}
99
},
1010
{

synth.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,6 @@
9292
# ----------------------------------------------------------------------------
9393
python.py_samples(skip_readmes=True)
9494

95+
s.replace("noxfile.py", '[\"\']-W[\"\']', '# "-W"')
96+
9597
s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 commit comments

Comments
 (0)