kadmin 0.7.2

Rust bindings for the Kerberos administration interface (kadm5)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# https://www.sphinx-doc.org/en/master/usage/configuration.html

project = "python-kadmin-rs"
copyright = "authentik community"

extensions = [
    "sphinx.ext.autodoc",
    "sphinx_rtd_theme",
]
exclude_patterns = ["_build"]

html_theme = "sphinx_rtd_theme"