This repository was archived by the owner on Dec 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Original file line number Diff line number Diff line change 29
29
# -- General configuration ------------------------------------------------
30
30
31
31
# If your documentation needs a minimal Sphinx version, state it here.
32
- needs_sphinx = "1.6.3 "
32
+ needs_sphinx = "1.5.5 "
33
33
34
34
# Add any Sphinx extension module names here, as strings. They can be
35
35
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Original file line number Diff line number Diff line change @@ -173,7 +173,9 @@ def docfx(session):
173
173
"""Build the docfx yaml files for this library."""
174
174
175
175
session .install ("-e" , "." )
176
- session .install ("sphinx" , "alabaster" , "recommonmark" , "sphinx-docfx-yaml" )
176
+ # sphinx-docfx-yaml supports up to sphinx version 1.5.5.
177
+ # https://github.com/docascode/sphinx-docfx-yaml/issues/97
178
+ session .install ("sphinx==1.5.5" , "alabaster" , "recommonmark" , "sphinx-docfx-yaml" )
177
179
178
180
shutil .rmtree (os .path .join ("docs" , "_build" ), ignore_errors = True )
179
181
session .run (
Original file line number Diff line number Diff line change 19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "d302f93d7f47e2852e585ac35ab2d15585717ec0 "
22
+ "sha": "ffcee7952b74f647cbb3ef021d95422f10816fca "
23
23
}
24
24
},
25
25
{
26
26
"git": {
27
27
"name": "synthtool",
28
28
"remote": "https://github.com/googleapis/synthtool.git",
29
- "sha": "d302f93d7f47e2852e585ac35ab2d15585717ec0 "
29
+ "sha": "ffcee7952b74f647cbb3ef021d95422f10816fca "
30
30
}
31
31
}
32
32
],
You can’t perform that action at this time.
0 commit comments