diff --git a/source/conf.py b/docs/source/conf.py similarity index 95% rename from source/conf.py rename to docs/source/conf.py index bafa2a6..a012a0d 100644 --- a/source/conf.py +++ b/docs/source/conf.py @@ -14,7 +14,9 @@ # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration -extensions = [] +extensions = [ + "sphinx.ext.autodoc", +] templates_path = ["_templates"] exclude_patterns = [] diff --git a/source/index.rst b/docs/source/index.rst similarity index 100% rename from source/index.rst rename to docs/source/index.rst