diff --git a/docs/administration/index.rst b/docs/administration/index.rst index 52c793c0..392b8f82 100644 --- a/docs/administration/index.rst +++ b/docs/administration/index.rst @@ -568,24 +568,6 @@ All commands default to `~/.lemur/lemur.conf.py` if a configuration is not speci lemur db upgrade -.. data:: create_user - - Creates new users within Lemur. - - :: - - lemur create_user -u jim -e jim@example.com - - -.. data:: create_role - - Creates new roles within Lemur. - - :: - - lemur create_role -n example -d "a new role" - - .. data:: check_revoked Traverses every certificate that Lemur is aware of and attempts to understand it's validity. @@ -610,6 +592,7 @@ All commands default to `~/.lemur/lemur.conf.py` if a configuration is not speci lemur sync -list + Identity and Access Management ============================== diff --git a/docs/conf.py b/docs/conf.py index 035b6499..5a308ee0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -102,7 +102,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'alabaster' +html_theme = 'default' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the