|
@ -2,7 +2,7 @@ |
|
|
# -*- coding: utf-8 -*- |
|
|
# -*- coding: utf-8 -*- |
|
|
# |
|
|
# |
|
|
# python-keycloak documentation build configuration file, created by |
|
|
# python-keycloak documentation build configuration file, created by |
|
|
# sphinx-quickstart on Tue Aug 15 10:25:37 2017. |
|
|
|
|
|
|
|
|
# sphinx-quickstart on Tue Aug 15 10:44:03 2017. |
|
|
# |
|
|
# |
|
|
# This file is execfile()d with the current directory set to its |
|
|
# This file is execfile()d with the current directory set to its |
|
|
# containing dir. |
|
|
# containing dir. |
|
@ -31,10 +31,7 @@ |
|
|
# Add any Sphinx extension module names here, as strings. They can be |
|
|
# Add any Sphinx extension module names here, as strings. They can be |
|
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
|
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
|
|
# ones. |
|
|
# ones. |
|
|
extensions = ['sphinx.ext.autodoc', |
|
|
|
|
|
'sphinx.ext.doctest', |
|
|
|
|
|
'sphinx.ext.coverage', |
|
|
|
|
|
'sphinx.ext.viewcode'] |
|
|
|
|
|
|
|
|
extensions = [] |
|
|
|
|
|
|
|
|
# Add any paths that contain templates here, relative to this directory. |
|
|
# Add any paths that contain templates here, relative to this directory. |
|
|
templates_path = ['_templates'] |
|
|
templates_path = ['_templates'] |
|
|