summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2021-10-27 22:17:34 -0700
committerSeth Morton <seth.m.morton@gmail.com>2021-10-27 22:17:34 -0700
commit49aa573625df2abded05950afb22577356bdc8bf (patch)
tree7a972de16c4ba5c3d77a05f2782c8c46a894fe50 /docs
parent0a9f42bf9b2121b209f8336246fc466a072acc01 (diff)
downloadnatsort-49aa573625df2abded05950afb22577356bdc8bf.tar.gz
Remove type annotations from documentation
The annotations were so complex that it made the documentation hard to follow.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 05919ec..feab38e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -35,6 +35,7 @@ extensions = [
"sphinx.ext.napoleon",
"m2r2",
]
+autodoc_typehints = "none"
# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]