Merge pull request #65 from welshjf/doc_fixes

Doc typo fixes
This commit is contained in:
Martin Mahner 2014-10-25 12:13:47 +02:00
commit cdd20df09d
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