| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4ff93a4 commit 4688f57
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - # Copyright 2023 Google LLC | ||
| 1 | + # Copyright 2024 Google LLC | ||
| 2 | 2 | # | |
| 3 | 3 | # Licensed under the Apache License, Version 2.0 (the "License"); | |
| 4 | 4 | # you may not use this file except in compliance with the License. | |
@@ -13,5 +13,5 @@ | |||
| 13 | 13 | # limitations under the License. | |
| 14 | 14 | docker: | |
| 15 | 15 | image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest | |
| 16 | - digest: sha256:2f155882785883336b4468d5218db737bb1d10c9cea7cb62219ad16fe248c03c | ||
| 17 | - # created: 2023-11-29T14:54:29.548172703Z | ||
| 16 | + digest: sha256:5ea6d0ab82c956b50962f91d94e206d3921537ae5fe1549ec5326381d8905cfa | ||
| 17 | + # created: 2024-01-15T16:32:08.142785673Z | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -263,9 +263,9 @@ jeepney==0.8.0 \ | |||
| 263 | 263 | # via | |
| 264 | 264 | # keyring | |
| 265 | 265 | # secretstorage | |
| 266 | - jinja2==3.1.2 \ | ||
| 267 | - --hash=sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852 \ | ||
| 268 | - --hash=sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61 | ||
| 266 | + jinja2==3.1.3 \ | ||
| 267 | + --hash=sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa \ | ||
| 268 | + --hash=sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90 | ||
| 269 | 269 | # via gcp-releasetool | |
| 270 | 270 | keyring==24.2.0 \ | |
| 271 | 271 | --hash=sha256:4901caaf597bfd3bbd78c9a0c7c4c29fcd8310dab2cffefe749e916b6527acd6 \ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -290,7 +290,16 @@ def docs(session): | |||
| 290 | 290 | ||
| 291 | 291 | session.install("-e", ".") | |
| 292 | 292 | session.install( | |
| 293 | - "sphinx==4.0.1", | ||
| 293 | + # We need to pin to specific versions of the `sphinxcontrib-*` packages | ||
| 294 | + # which still support sphinx 4.x. | ||
| 295 | + # See https://github.com/googleapis/sphinx-docfx-yaml/issues/344 | ||
| 296 | + # and https://github.com/googleapis/sphinx-docfx-yaml/issues/345. | ||
| 297 | + "sphinxcontrib-applehelp==1.0.4", | ||
| 298 | + "sphinxcontrib-devhelp==1.0.2", | ||
| 299 | + "sphinxcontrib-htmlhelp==2.0.1", | ||
| 300 | + "sphinxcontrib-qthelp==1.0.3", | ||
| 301 | + "sphinxcontrib-serializinghtml==1.1.5", | ||
| 302 | + "sphinx==4.5.0", | ||
| 294 | 303 | "alabaster", | |
| 295 | 304 | "recommonmark", | |
| 296 | 305 | ) | |
@@ -316,6 +325,15 @@ def docfx(session): | |||
| 316 | 325 | ||
| 317 | 326 | session.install("-e", ".") | |
| 318 | 327 | session.install( | |
| 328 | + # We need to pin to specific versions of the `sphinxcontrib-*` packages | ||
| 329 | + # which still support sphinx 4.x. | ||
| 330 | + # See https://github.com/googleapis/sphinx-docfx-yaml/issues/344 | ||
| 331 | + # and https://github.com/googleapis/sphinx-docfx-yaml/issues/345. | ||
| 332 | + "sphinxcontrib-applehelp==1.0.4", | ||
| 333 | + "sphinxcontrib-devhelp==1.0.2", | ||
| 334 | + "sphinxcontrib-htmlhelp==2.0.1", | ||
| 335 | + "sphinxcontrib-qthelp==1.0.3", | ||
| 336 | + "sphinxcontrib-serializinghtml==1.1.5", | ||
| 319 | 337 | "gcp-sphinx-docfx-yaml", | |
| 320 | 338 | "alabaster", | |
| 321 | 339 | "recommonmark", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments