diff --git a/docs/conf.py b/docs/conf.py index eb7f4b2..4f47c3b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -95,7 +95,7 @@ pygments_style = 'sphinx' # -- Options for HTML output ---------------------------------------------- -if not os.environ.get('READTHEDOCS', None) == 'True': +if os.environ.get('READTHEDOCS', None) == 'True': import sphinx_rtd_theme html_theme = "sphinx_rtd_theme" html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] diff --git a/docs/settings.rst b/docs/settings.rst index b52562c..4f6c83d 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -16,7 +16,7 @@ behavior without touching the code: ``DPASTE_SLUG_CHOICES`` String. A string of characters which are used to create the random slug. - Default: ``abcdefghijkmnopqrstuvwwxyzABCDEFGHIJKLOMNOPQRSTUVWXYZ1234567890`` + Default: ``abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNOPQRSTUVWXYZ1234567890`` ``DPASTE_LEXER_DEFAULT`` String. The lexer key that is pre-selected in the dropdown. Note that