Skip to content

Commit

Permalink
Format to pass flake8 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom committed Mar 22, 2022
1 parent bee9836 commit c8f1ebe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
"navbar_start": ["navbar-project"],
"navbar_center": ["navbar-nav"],
"navbar_end": ["navbar-icon-links"],
"navbar_start": ["navbar-project"],
"navbar_center": ["navbar-nav"],
"navbar_end": ["navbar-icon-links"],
}

# Add any paths that contain custom themes here, relative to this directory.
Expand All @@ -163,13 +163,15 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static", "_images"]


# adapted from: http://rackerlabs.github.io/docs-rackspace/tools/rtd-tables.html
# and
# https://github.com/rtfd/sphinx_rtd_theme/issues/117
def setup(app):
app.add_css_file("theme_overrides.css")
app.add_css_file("custom.css")


# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
# directly to the root of the documentation.
Expand Down

0 comments on commit c8f1ebe

Please sign in to comment.