Skip to content

Commit c133fc3

Browse files
[CHANGE ME] Re-generated to pick up changes in the API or client library generator.
1 parent 18b1e07 commit c133fc3

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"sphinx.ext.napoleon",
3939
"sphinx.ext.todo",
4040
"sphinx.ext.viewcode",
41-
"recommonmark",
4241
]
4342

4443
# autodoc/autosummary flags
@@ -50,6 +49,10 @@
5049
# Add any paths that contain templates here, relative to this directory.
5150
templates_path = ["_templates"]
5251

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+
5356
# The suffix(es) of source filenames.
5457
# You can specify multiple suffix as a list of string:
5558
# source_suffix = ['.rst', '.md']

synth.metadata

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
2-
"updateTime": "2020-03-31T12:14:08.930178Z",
32
"sources": [
3+
{
4+
"git": {
5+
"name": ".",
6+
"remote": "https://github.com/googleapis/python-storage.git",
7+
"sha": "18b1e07d66b6dfde2de5f1d97a09ab0f25db1d1b"
8+
}
9+
},
410
{
511
"git": {
612
"name": "synthtool",
713
"remote": "https://github.com/googleapis/synthtool.git",
8-
"sha": "a003d8655d3ebec2bbbd5fc3898e91e152265c67"
14+
"sha": "716f741f2d307b48cbe8a5bc3bc883571212344a"
915
}
1016
}
1117
]

0 commit comments

Comments
 (0)