Skip to content

Commit

Permalink
Remove twine-check and ignore some flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelLefkowitz committed Oct 15, 2024
1 parent 78031f0 commit 8aea1e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
# html_theme = 'default'

html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# 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
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,12 @@ skip_install = true
deps =
-r requirements/lint.txt
commands =
flake8 src/drf_yasg testproj tests setup.py
flake8 src/drf_yasg testproj tests setup.py --ignore=E7,W,F4

[testenv:py38-docs]
deps =
-r requirements/docs.txt
commands =
twine check .tox/dist/*
sphinx-build -WnEa -b html docs docs/_build/html

[pytest]
Expand Down

0 comments on commit 8aea1e3

Please sign in to comment.