From 81a57b69dd286f418773dc28baca39b5e8e7a2e5 Mon Sep 17 00:00:00 2001 From: ftnext Date: Sat, 9 Mar 2024 21:09:14 +0900 Subject: [PATCH] [refactor] Introduce src layout --- docs/conf.py | 2 +- {sphinx_new_tab_link => src/sphinx_new_tab_link}/__init__.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {sphinx_new_tab_link => src/sphinx_new_tab_link}/__init__.py (100%) diff --git a/docs/conf.py b/docs/conf.py index 50d1c3d..bf97618 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,7 @@ import os import sys -sys.path.insert(0, os.path.abspath("../sphinx_new_tab_link")) +sys.path.insert(0, os.path.abspath("../src/sphinx_new_tab_link")) # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information diff --git a/sphinx_new_tab_link/__init__.py b/src/sphinx_new_tab_link/__init__.py similarity index 100% rename from sphinx_new_tab_link/__init__.py rename to src/sphinx_new_tab_link/__init__.py