Merge remote-tracking branch 'origin/master' into i18n

Conflicts:
	dpaste/forms.py
This commit is contained in:
Martin Mahner 2014-10-25 12:14:36 +02:00
commit 40d044e424
2 changed files with 2 additions and 2 deletions

View file

@ -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()]

View file

@ -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