blob: a0eba8b2431c11ae85f1038eaf63dd81c1775b08 (
plain)
1
2
3
4
5
6
|
"""Sphinx configuration."""
project = "text-recognizer"
author = "Gustaf Rydholm"
extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon", "sphinx_autodoc_typehints"]
html_static_path = ["_static"]
|