Richard Nemeth
3 years ago
No known key found for this signature in database
GPG Key ID: 21C39470DF3DEC39
1 changed files with
3 additions and
2 deletions
-
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", |
|
|
), |
|
|
|
|
|
|
|
|
) |
|
|
] |
|
|
] |