Skip to content

Commit 9e65981

Browse files
chore: use newer sphinx version (#8)
1 parent 2d90a68 commit 9e65981

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

packages/google-cloud-recaptcha-enterprise/docs/conf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"sphinx.ext.napoleon",
3939
"sphinx.ext.todo",
4040
"sphinx.ext.viewcode",
41+
"recommonmark",
4142
]
4243

4344
# autodoc/autosummary flags
@@ -49,10 +50,6 @@
4950
# Add any paths that contain templates here, relative to this directory.
5051
templates_path = ["_templates"]
5152

52-
# Allow markdown includes (so releases.md can include CHANGLEOG.md)
53-
# http://www.sphinx-doc.org/en/master/markdown.html
54-
source_parsers = {".md": "recommonmark.parser.CommonMarkParser"}
55-
5653
# The suffix(es) of source filenames.
5754
# You can specify multiple suffix as a list of string:
5855
# source_suffix = ['.rst', '.md']

packages/google-cloud-recaptcha-enterprise/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def docs(session):
138138
"""Build the docs for this library."""
139139

140140
session.install("-e", ".")
141-
session.install("sphinx<3.0.0", "alabaster", "recommonmark")
141+
session.install("sphinx", "alabaster", "recommonmark")
142142

143143
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
144144
session.run(

packages/google-cloud-recaptcha-enterprise/synth.metadata

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-recaptcha-enterprise.git",
7-
"sha": "4292038216cb9e2cf20194189f49f22e0c06cb41"
7+
"sha": "7c33a9920ae55449bc2759cedf39c2d7f572ef48"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "c3f3cdeda70f60d808eaaae8fea44d306b6d5cc2",
15-
"internalRef": "306746093"
14+
"sha": "eafa840ceec23b44a5c21670288107c661252711",
15+
"internalRef": "313488995"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "274dd49554809834287c24b6dd324a85283f1182"
22+
"sha": "71b8a272549c06b5768d00fa48d3ae990e871bec"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)