@@ -432,6 +432,15 @@ def docs(session):
432
432
433
433
session .install ("-e" , "." )
434
434
session .install (
435
+ # We need to pin to specific versions of the `sphinxcontrib-*` packages
436
+ # which still support sphinx 4.x.
437
+ # See https://github.com/googleapis/sphinx-docfx-yaml/issues/344
438
+ # and https://github.com/googleapis/sphinx-docfx-yaml/issues/345.
439
+ "sphinxcontrib-applehelp==1.0.4" ,
440
+ "sphinxcontrib-devhelp==1.0.2" ,
441
+ "sphinxcontrib-htmlhelp==2.0.1" ,
442
+ "sphinxcontrib-qthelp==1.0.3" ,
443
+ "sphinxcontrib-serializinghtml==1.1.5" ,
435
444
SPHINX_VERSION ,
436
445
"alabaster" ,
437
446
"recommonmark" ,
@@ -458,6 +467,15 @@ def docfx(session):
458
467
459
468
session .install ("-e" , "." )
460
469
session .install (
470
+ # We need to pin to specific versions of the `sphinxcontrib-*` packages
471
+ # which still support sphinx 4.x.
472
+ # See https://github.com/googleapis/sphinx-docfx-yaml/issues/344
473
+ # and https://github.com/googleapis/sphinx-docfx-yaml/issues/345.
474
+ "sphinxcontrib-applehelp==1.0.4" ,
475
+ "sphinxcontrib-devhelp==1.0.2" ,
476
+ "sphinxcontrib-htmlhelp==2.0.1" ,
477
+ "sphinxcontrib-qthelp==1.0.3" ,
478
+ "sphinxcontrib-serializinghtml==1.1.5" ,
461
479
SPHINX_VERSION ,
462
480
"alabaster" ,
463
481
"recommonmark" ,
0 commit comments