"""Sphinx configuration.""" project = "text-recognizer" author = "Gustaf Rydholm" extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon", "sphinx_autodoc_typehints"] html_static_path = ["_static"]