Skip to content

Commit 017a03a

Browse files
authored
Merge pull request #25 from nolar/context7-claim
Claim the Context7 project ownership
2 parents fe850e1 + 4afe3aa commit 017a03a

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

context7.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"public_key": "pk_jBiuTwVPhCGB66HaSPO8K",
3+
"url": "https://context7.com/websites/looptime_readthedocs_io"
4+
}

docs/_static/.keep

Whitespace-only changes.

docs/_static/context7.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"public_key": "pk_jBiuTwVPhCGB66HaSPO8K",
3+
"url": "https://context7.com/websites/looptime_readthedocs_io"
4+
}

docs/_templates/.keep

Whitespace-only changes.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
html_theme = 'furo'
2929
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
30-
html_static_path = []
31-
templates_path = []
30+
html_static_path = ['_static']
31+
templates_path = ['_templates']
3232

3333
# -- Options for intersphinx extension ---------------------------------------
3434
intersphinx_mapping = {

0 commit comments

Comments
 (0)