File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
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 @@ -2,4 +2,5 @@ Types for BigQuery API Client
22=============================
33
44.. automodule :: google.cloud.bigquery_v2.types
5- :members:
5+ :members:
6+ :noindex:
You can’t perform that action at this time.
0 commit comments