diff options
| author | Ira Lun <sammyrosajoe@gmail.com> | 2017-07-25 15:31:20 +0100 |
|---|---|---|
| committer | Ira Lun <sammyrosajoe@gmail.com> | 2017-07-25 15:31:20 +0100 |
| commit | 47809be2624270d2cd6718b11fedb588fc9a6137 (patch) | |
| tree | 0b9318e4e03f3bc547e06352021ab0fdd5a28a3c /docs | |
| parent | 949ceb47dafa214d27f7498f27578ef293bfd515 (diff) | |
| download | webob-47809be2624270d2cd6718b11fedb588fc9a6137.tar.gz | |
Set autodoc_member_order.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index bfc7d1a..1e51b20 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,6 +48,8 @@ todo_include_todos = False modindex_common_prefix = ['webob.'] +autodoc_member_order = 'bysource' + # -- Options for HTML output --------------------------------------------- html_theme = 'alabaster' |
