setting default theme
This commit is contained in:
parent
a412569ff7
commit
e73f2bcb2b
|
@ -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
|
||||
==============================
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue