Skip to content

Commit

Permalink
general: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
switowski authored and lnielsen committed Aug 3, 2017
1 parent fcd4355 commit c11a677
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -23,8 +23,6 @@ env:

python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"

before_install:
Expand Down
9 changes: 1 addition & 8 deletions docs/conf.py
Expand Up @@ -105,18 +105,11 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme_path = ['_themes']
html_theme = 'flask_small'

html_theme = 'alabaster'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
'index_logo': False,
'index_logo_height': '40px;',
'github_fork': 'inveniosoftware/flask-menu',
}

# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Expand Up @@ -11,3 +11,6 @@
source-dir = docs/
build-dir = docs/_build
all_files = 1

[pydocstyle]
add_ignore = D401
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -123,8 +123,6 @@ def run_tests(self):
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Development Status :: 5 - Production/Stable'
],
Expand Down

0 comments on commit c11a677

Please sign in to comment.