aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2016-07-13 08:16:55 -0700
committerGravatar GitHub <noreply@github.com>2016-07-13 08:16:55 -0700
commit875f633cdac7dc728e4017c87de2461049d004c7 (patch)
treea3d9907352f001d1d751d3ae71f01307b97c179e /src
parentf439736c773f42530c891b2c23390b8b5deb6d02 (diff)
parent48d07c6489fd667e581bd6a90e10db4c41ad73ea (diff)
Merge pull request #7355 from soltanmm/count-bleck
Add special methods to generated Python docs
Diffstat (limited to 'src')
-rw-r--r--src/python/grpcio/commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/grpcio/commands.py b/src/python/grpcio/commands.py
index 904fd81bc7..86a73fa836 100644
--- a/src/python/grpcio/commands.py
+++ b/src/python/grpcio/commands.py
@@ -58,6 +58,7 @@ CONF_PY_ADDENDUM = """
extensions.append('sphinx.ext.napoleon')
napoleon_google_docstring = True
napoleon_numpy_docstring = True
+napoleon_include_special_with_doc = True
html_theme = 'sphinx_rtd_theme'
"""