File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
packages/google-cloud-recaptcha-enterprise Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 3838 "sphinx.ext.napoleon" ,
3939 "sphinx.ext.todo" ,
4040 "sphinx.ext.viewcode" ,
41+ "recommonmark" ,
4142]
4243
4344# autodoc/autosummary flags
4950# Add any paths that contain templates here, relative to this directory.
5051templates_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']
Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change 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 ],
You can’t perform that action at this time.
0 commit comments