mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
commit
cdd20df09d
2 changed files with 2 additions and 2 deletions
|
@ -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()]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue