From 4afe3aa32d3634b755059e3c163cb316724a0082 Mon Sep 17 00:00:00 2001 From: Sergey Vasilyev Date: Fri, 13 Mar 2026 19:22:09 +0100 Subject: [PATCH] Claim the Context7 project ownership Signed-off-by: Sergey Vasilyev --- context7.json | 4 ++++ docs/_static/.keep | 0 docs/_static/context7.json | 4 ++++ docs/_templates/.keep | 0 docs/conf.py | 4 ++-- 5 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 context7.json create mode 100644 docs/_static/.keep create mode 100644 docs/_static/context7.json create mode 100644 docs/_templates/.keep diff --git a/context7.json b/context7.json new file mode 100644 index 0000000..1a6e1e5 --- /dev/null +++ b/context7.json @@ -0,0 +1,4 @@ +{ + "public_key": "pk_jBiuTwVPhCGB66HaSPO8K", + "url": "https://context7.com/websites/looptime_readthedocs_io" +} diff --git a/docs/_static/.keep b/docs/_static/.keep new file mode 100644 index 0000000..e69de29 diff --git a/docs/_static/context7.json b/docs/_static/context7.json new file mode 100644 index 0000000..1a6e1e5 --- /dev/null +++ b/docs/_static/context7.json @@ -0,0 +1,4 @@ +{ + "public_key": "pk_jBiuTwVPhCGB66HaSPO8K", + "url": "https://context7.com/websites/looptime_readthedocs_io" +} diff --git a/docs/_templates/.keep b/docs/_templates/.keep new file mode 100644 index 0000000..e69de29 diff --git a/docs/conf.py b/docs/conf.py index cc03020..d06f332 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,8 +27,8 @@ html_theme = 'furo' exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] -html_static_path = [] -templates_path = [] +html_static_path = ['_static'] +templates_path = ['_templates'] # -- Options for intersphinx extension --------------------------------------- intersphinx_mapping = {