Browse Source

refactor: isort conf.py

pull/309/head
Richard Nemeth 2 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
# sys.path.insert(0, os.path.abspath('.'))
import sphinx_rtd_theme
from keycloak import __version__
# -- General configuration ------------------------------------------------
@ -169,7 +170,7 @@ latex_documents = [
"python-keycloak Documentation",
"Marcos Pereira",
"manual",
),
)
]
@ -194,5 +195,5 @@ texinfo_documents = [
"python-keycloak",
"One line description of project.",
"Miscellaneous",
),
)
]
Loading…
Cancel
Save