summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-08-01 02:22:15 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-08-01 02:22:15 +0300
commit6b29bcec5c8cd5d68b6d52a34bb3875b3aaf582b (patch)
treec532dcadf1ecc4815fb46aa2475f818c0e500c12 /pyproject.toml
parente77f3d742923436a0decd33b4c842b4e8c44e38d (diff)
downloadapscheduler-6b29bcec5c8cd5d68b6d52a34bb3875b3aaf582b.tar.gz
Added sphinx_autodoc_typehints and adjusted Sphinx autodoc options
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6d1c233..327fe5a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -64,7 +64,8 @@ test = [
doc = [
"sphinx",
"sphinx-rtd-theme",
- "sphinx-tabs >= 3.3.1"
+ "sphinx-autodoc-typehints",
+ "sphinx-tabs >= 3.3.1",
]
[tool.setuptools_scm]