diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..a0eba8b --- /dev/null +++ b/docs/conf.py @@ -0,0 +1,6 @@ +"""Sphinx configuration.""" + +project = "text-recognizer" +author = "Gustaf Rydholm" +extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon", "sphinx_autodoc_typehints"] +html_static_path = ["_static"] |