-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: enabled "Type hints (PEP 484) support for the Sphinx autodoc ex…
…tension" (#421) * Enabled "Type hints (PEP 484) support for the Sphinx autodoc extension" * Add sphinx_autodoc_typehints to requirements-dev
- Loading branch information
Hiromu Hota
authored
May 20, 2020
1 parent
79434aa
commit 0dc064d
Showing
3 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ pre-commit | |
pytest | ||
sphinx | ||
sphinx_rtd_theme | ||
sphinx_autodoc_typehints |