Browse Source

refactor: isort conf.py

pull/309/head
Richard Nemeth 3 years ago
parent
commit
51cb44fe3a
No known key found for this signature in database GPG Key ID: 21C39470DF3DEC39
  1. 5
      docs/source/conf.py

5
docs/source/conf.py

@ -21,6 +21,7 @@
# import sys # import sys
# sys.path.insert(0, os.path.abspath('.')) # sys.path.insert(0, os.path.abspath('.'))
import sphinx_rtd_theme import sphinx_rtd_theme
from keycloak import __version__ from keycloak import __version__
# -- General configuration ------------------------------------------------ # -- General configuration ------------------------------------------------
@ -169,7 +170,7 @@ latex_documents = [
"python-keycloak Documentation", "python-keycloak Documentation",
"Marcos Pereira", "Marcos Pereira",
"manual", "manual",
),
)
] ]
@ -194,5 +195,5 @@ texinfo_documents = [
"python-keycloak", "python-keycloak",
"One line description of project.", "One line description of project.",
"Miscellaneous", "Miscellaneous",
),
)
] ]
Loading…
Cancel
Save