diff options
| author | jason | 2016-11-03 12:31:30 -0600 |
|---|---|---|
| committer | jason | 2016-11-03 12:31:30 -0600 |
| commit | 774b897e1a4a3d9cdee879861b4775cbaea25594 (patch) | |
| tree | b004891fea7745fa5563c11639caa571db7fe222 /docs | |
| parent | 648ebdd173e127ededd8534ed07310c3f268500e (diff) | |
| download | eventmq-774b897e1a4a3d9cdee879861b4775cbaea25594.tar.gz eventmq-774b897e1a4a3d9cdee879861b4775cbaea25594.zip | |
Add note about arguments needing to be serializable
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index aa23956..34d6182 100644 --- a/docs/conf.py +++ b/docs/conf.py | |||
| @@ -34,7 +34,7 @@ extensions = [ | |||
| 34 | 'sphinx.ext.autodoc', | 34 | 'sphinx.ext.autodoc', |
| 35 | 'sphinx.ext.intersphinx', | 35 | 'sphinx.ext.intersphinx', |
| 36 | 'sphinx.ext.coverage', | 36 | 'sphinx.ext.coverage', |
| 37 | 'sphinxcontrib.napoleon', | 37 | 'sphinx.ext.napoleon', |
| 38 | ] | 38 | ] |
| 39 | 39 | ||
| 40 | # Add any paths that contain templates here, relative to this directory. | 40 | # Add any paths that contain templates here, relative to this directory. |