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 @@ -306,10 +306,9 @@ def docfx(session):
306
306
307
307
session .install ("-e" , "." )
308
308
session .install (
309
- "sphinx==4.0.1 " ,
309
+ "gcp- sphinx-docfx-yaml " ,
310
310
"alabaster" ,
311
311
"recommonmark" ,
312
- "gcp-sphinx-docfx-yaml" ,
313
312
)
314
313
315
314
shutil .rmtree (os .path .join ("docs" , "_build" ), ignore_errors = True )
You can’t perform that action at this time.
0 commit comments