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

Commit ac960e0

Browse files
committed
Update noxfile.py
1 parent 536a5f6 commit ac960e0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

noxfile.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -361,12 +361,12 @@ def docs(session):
361361
# which still support sphinx 4.x.
362362
# See https://github.com/googleapis/sphinx-docfx-yaml/issues/344
363363
# and https://github.com/googleapis/sphinx-docfx-yaml/issues/345.
364-
"sphinxcontrib-applehelp==1.0.4",
365-
"sphinxcontrib-devhelp==1.0.2",
366-
"sphinxcontrib-htmlhelp==2.0.1",
367-
"sphinxcontrib-qthelp==1.0.3",
368-
"sphinxcontrib-serializinghtml==1.1.5",
369-
"sphinx==4.5.0",
364+
# "sphinxcontrib-applehelp==1.0.4",
365+
# "sphinxcontrib-devhelp==1.0.2",
366+
# "sphinxcontrib-htmlhelp==2.0.1",
367+
# "sphinxcontrib-qthelp==1.0.3",
368+
# "sphinxcontrib-serializinghtml==1.1.5",
369+
"sphinx",
370370
"alabaster",
371371
"recommonmark",
372372
)

0 commit comments

Comments
 (0)