diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-05-26 13:21:25 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-05-26 13:21:25 -0500 |
| commit | a7898e038932e771d0499f6dc30b8151d347c472 (patch) | |
| tree | 71e048469b5f211ec2c526d425010550642d4b26 /docs/source/conf.py | |
| parent | f353a5db907a97b6513c00500f9c593bc35cc76e (diff) | |
| download | flake8-a7898e038932e771d0499f6dc30b8151d347c472.tar.gz | |
Begin adding user-facing documentation
Especially around invocation and configuration
Diffstat (limited to 'docs/source/conf.py')
| -rw-r--r-- | docs/source/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index f30410b..a44bd97 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -35,6 +35,7 @@ extensions = [ 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.viewcode', + 'sphinx-prompt', ] # Add any paths that contain templates here, relative to this directory. |
