Skip to content

Commit

Permalink
chore: fix docs step (#950)
Browse files Browse the repository at this point in the history
* chore: fix docs step

* disable warn_return_any

---------

Co-authored-by: José Padilla <jpadilla@users.noreply.github.com>
  • Loading branch information
jpadilla and jpadilla committed Mar 22, 2024
1 parent 1242020 commit 7b4bc84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def find_version(*file_paths) -> str:
#
# 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
# language = None

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ strict = true
# TODO: remove these strict loosenings when possible
allow_incomplete_defs = true
allow_untyped_defs = true
warn_return_any = false

[[tool.mypy.overrides]]
module = "tests.*"
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ packages = find:

[options.extras_require]
docs =
sphinx>=4.5.0,<5.0.0
sphinx
sphinx-rtd-theme
zope.interface
crypto =
Expand All @@ -50,7 +50,7 @@ tests =
pytest>=6.0.0,<7.0.0
coverage[toml]==5.0.4
dev =
sphinx>=4.5.0,<5.0.0
sphinx
sphinx-rtd-theme
zope.interface
cryptography>=3.4.0
Expand Down

0 comments on commit 7b4bc84

Please sign in to comment.