Skip to content

Commit

Permalink
pep8: Add compliance with rule E261 to docs/conf.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
adnrs96 authored and timabbott committed May 8, 2017
1 parent acfb7c9 commit e83b703
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [] # type: List[str]
extensions = [] # type: List[str]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down Expand Up @@ -61,7 +61,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None # type: Optional[str]
language = None # type: Optional[str]

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down Expand Up @@ -210,7 +210,7 @@ def setup(app):
# type: (Any) -> None

# overrides for wide tables in RTD theme
app.add_stylesheet('theme_overrides.css') # path relative to _static
app.add_stylesheet('theme_overrides.css') # path relative to _static

# -- Options for LaTeX output ---------------------------------------------

Expand All @@ -226,7 +226,7 @@ def setup(app):

# Latex figure (float) alignment
#'figure_align': 'htbp',
} # type: Dict[str, str]
} # type: Dict[str, str]

# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
Expand Down

0 comments on commit e83b703

Please sign in to comment.