From 65c5b75a9808edb0efc64adad6826f20c49b44d7 Mon Sep 17 00:00:00 2001 From: Pablo Minue Date: Mon, 1 Jul 2024 23:09:39 +0200 Subject: [PATCH] Start Read The Docs --- {source => docs/source}/conf.py | 4 +++- {source => docs/source}/index.rst | 0 2 files changed, 3 insertions(+), 1 deletion(-) rename {source => docs/source}/conf.py (95%) rename {source => docs/source}/index.rst (100%) 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