summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-06-07 22:57:24 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-06-07 22:57:24 +0200
commit87ea75c803400ca74c4f1b863c496165ed802fc2 (patch)
tree6730c664b558691af0693a61d09d3aaf02366069 /docs/conf.py
parent01d6e5fc066969283df99c759609df441151e9c5 (diff)
Working feedforward of full transformer arch in notebook
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/conf.py b/docs/conf.py
deleted file mode 100644
index a0eba8b..0000000
--- a/docs/conf.py
+++ /dev/null
@@ -1,6 +0,0 @@
-"""Sphinx configuration."""
-
-project = "text-recognizer"
-author = "Gustaf Rydholm"
-extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon", "sphinx_autodoc_typehints"]
-html_static_path = ["_static"]