Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions context7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"public_key": "pk_jBiuTwVPhCGB66HaSPO8K",
"url": "https://context7.com/websites/looptime_readthedocs_io"
}
Empty file added docs/_static/.keep
Empty file.
4 changes: 4 additions & 0 deletions docs/_static/context7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"public_key": "pk_jBiuTwVPhCGB66HaSPO8K",
"url": "https://context7.com/websites/looptime_readthedocs_io"
}
Empty file added docs/_templates/.keep
Empty file.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
Loading