File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed 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 @@ -401,10 +401,9 @@ def docfx(session):
401
401
402
402
session .install ("-e" , "." )
403
403
session .install (
404
- "sphinx==4.0.1 " ,
404
+ "gcp- sphinx-docfx-yaml " ,
405
405
"alabaster" ,
406
406
"recommonmark" ,
407
- "gcp-sphinx-docfx-yaml" ,
408
407
)
409
408
410
409
shutil .rmtree (os .path .join ("docs" , "_build" ), ignore_errors = True )
You can’t perform that action at this time.
0 commit comments