Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Sep 30, 2017
1 parent 54d324c commit c6fb2cd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
import sys
sys.path.insert(0, os.path.abspath('../..'))

import blackmamba
import blackmamba # noqa: E402


extensions = ['sphinx.ext.autodoc',
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode']

'sphinx.ext.viewcode'
]

templates_path = ['_templates']

Expand Down

0 comments on commit c6fb2cd

Please sign in to comment.