Skip to content

Commit

Permalink
STY: make hound happy + gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnuski committed Dec 28, 2018
1 parent 7a20772 commit 6109281
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ coverage.xml
# Sphinx documentation
docs/_build/
docs/auto_examples/
docs/generated/

# PyBuilder
target/
Expand Down
16 changes: 8 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ def setup(app):
# documentation.
#
html_theme_options = {
'navbar_sidebarrel': False,
'navbar_links': [
("Examples", "auto_examples/index"),
("API", "api"),
("GitHub", "https://github.com/mmagnuski/borsar", True)
],
'bootswatch_theme': "united"
}
'navbar_sidebarrel': False,
'navbar_links': [
("Examples", "auto_examples/index"),
("API", "api"),
("GitHub", "https://github.com/mmagnuski/borsar", True)
],
'bootswatch_theme': "united"
}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit 6109281

Please sign in to comment.