Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit d88be1a

Browse files
committed
update the minimum sphinx to match the docs nox session
1 parent a354607 commit d88be1a

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
# If your documentation needs a minimal Sphinx version, state it here.
4242
#
43-
# needs_sphinx = '1.0'
43+
needs_sphinx = '4.5.0'
4444

4545
# Add any Sphinx extension module names here, as strings. They can be
4646
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom

gapic/ads-templates/docs/conf.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ __version__ = "0.1.0"
2828
# -- General configuration ------------------------------------------------
2929

3030
# If your documentation needs a minimal Sphinx version, state it here.
31-
needs_sphinx = "4.0.1"
31+
needs_sphinx = "4.5.0"
3232

3333
# Add any Sphinx extension module names here, as strings. They can be
3434
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom

gapic/templates/docs/conf.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ __version__ = ""
3232
# -- General configuration ------------------------------------------------
3333

3434
# If your documentation needs a minimal Sphinx version, state it here.
35-
needs_sphinx = "1.5.5"
35+
needs_sphinx = "4.5.0"
3636

3737
# Add any Sphinx extension module names here, as strings. They can be
3838
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom

tests/integration/goldens/asset/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# -- General configuration ------------------------------------------------
4444

4545
# If your documentation needs a minimal Sphinx version, state it here.
46-
needs_sphinx = "1.5.5"
46+
needs_sphinx = "4.5.0"
4747

4848
# Add any Sphinx extension module names here, as strings. They can be
4949
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom

tests/integration/goldens/credentials/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# -- General configuration ------------------------------------------------
4444

4545
# If your documentation needs a minimal Sphinx version, state it here.
46-
needs_sphinx = "1.5.5"
46+
needs_sphinx = "4.5.0"
4747

4848
# Add any Sphinx extension module names here, as strings. They can be
4949
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom

tests/integration/goldens/eventarc/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# -- General configuration ------------------------------------------------
4444

4545
# If your documentation needs a minimal Sphinx version, state it here.
46-
needs_sphinx = "1.5.5"
46+
needs_sphinx = "4.5.0"
4747

4848
# Add any Sphinx extension module names here, as strings. They can be
4949
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom

tests/integration/goldens/logging/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# -- General configuration ------------------------------------------------
4444

4545
# If your documentation needs a minimal Sphinx version, state it here.
46-
needs_sphinx = "1.5.5"
46+
needs_sphinx = "4.5.0"
4747

4848
# Add any Sphinx extension module names here, as strings. They can be
4949
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom

tests/integration/goldens/logging_internal/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# -- General configuration ------------------------------------------------
4444

4545
# If your documentation needs a minimal Sphinx version, state it here.
46-
needs_sphinx = "1.5.5"
46+
needs_sphinx = "4.5.0"
4747

4848
# Add any Sphinx extension module names here, as strings. They can be
4949
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom

tests/integration/goldens/redis/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# -- General configuration ------------------------------------------------
4444

4545
# If your documentation needs a minimal Sphinx version, state it here.
46-
needs_sphinx = "1.5.5"
46+
needs_sphinx = "4.5.0"
4747

4848
# Add any Sphinx extension module names here, as strings. They can be
4949
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom

tests/integration/goldens/redis_selective/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# -- General configuration ------------------------------------------------
4444

4545
# If your documentation needs a minimal Sphinx version, state it here.
46-
needs_sphinx = "1.5.5"
46+
needs_sphinx = "4.5.0"
4747

4848
# Add any Sphinx extension module names here, as strings. They can be
4949
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom

0 commit comments

Comments
 (0)