File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
packages/google-cloud-dataflow-client Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16
- digest : sha256:240b5bcc2bafd450912d2da2be15e62bc6de2cf839823ae4bf94d4f392b451dc
17
- # created: 2023-06-03T21:25:37.968717478Z
16
+ digest : sha256:ddf4551385d566771dc713090feb7b4c1164fb8a698fe52bbe7670b24236565b
17
+ # created: 2023-06-27T13:04:21.96690344Z
Original file line number Diff line number Diff line change @@ -305,10 +305,9 @@ def docfx(session):
305
305
306
306
session .install ("-e" , "." )
307
307
session .install (
308
- "sphinx==4.0.1 " ,
308
+ "gcp- sphinx-docfx-yaml " ,
309
309
"alabaster" ,
310
310
"recommonmark" ,
311
- "gcp-sphinx-docfx-yaml" ,
312
311
)
313
312
314
313
shutil .rmtree (os .path .join ("docs" , "_build" ), ignore_errors = True )
You can’t perform that action at this time.
0 commit comments