Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Llama Index
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
run-llama
Llama Index
Commits
ef4b8ac2
Unverified
Commit
ef4b8ac2
authored
1 year ago
by
Laurie Voss
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Adding sphinxcontrib-gtagjs to reinstate Google Analytics (#9220)
parent
a98bdb8e
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/conf.py
+5
-0
5 additions, 0 deletions
docs/conf.py
docs/requirements.txt
+1
-0
1 addition, 0 deletions
docs/requirements.txt
poetry.lock
+20
-3
20 additions, 3 deletions
poetry.lock
pyproject.toml
+1
-0
1 addition, 0 deletions
pyproject.toml
with
27 additions
and
3 deletions
docs/conf.py
+
5
−
0
View file @
ef4b8ac2
...
...
@@ -42,6 +42,7 @@ extensions = [
"
sphinxcontrib.autodoc_pydantic
"
,
"
sphinx_reredirects
"
,
"
sphinx_automodapi.automodapi
"
,
"
sphinxcontrib.gtagjs
"
,
]
# automodapi requires this to avoid duplicates apparently
...
...
@@ -114,3 +115,7 @@ redirects = {
"
core_modules/supporting_modules/evaluation/root
"
:
"
/en/stable/module_guides/evaluating/root.html
"
,
"
core_modules/supporting_modules/cost_analysis/root
"
:
"
/en/stable/understanding/evaluating/cost_analysis/root.html
"
,
}
gtagjs_ids
=
[
"
G-BYVB1ZVE6J
"
,
]
This diff is collapsed.
Click to expand it.
docs/requirements.txt
+
1
−
0
View file @
ef4b8ac2
...
...
@@ -11,3 +11,4 @@ pydantic<2.0.0
autodoc_pydantic
sphinx-reredirects>=0.1.2
sphinx-automodapi==0.16.0
sphinxcontrib-gtagjs==0.2.1
This diff is collapsed.
Click to expand it.
poetry.lock
+
20
−
3
View file @
ef4b8ac2
# This file is automatically @generated by Poetry 1.
7
.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.
6
.1 and should not be changed by hand.
[[package]]
name = "accelerate"
...
...
@@ -3764,7 +3764,7 @@ files = [
[package.dependencies]
coloredlogs = "*"
datasets = [
{version = "*"},
{version = "*"
, optional = true, markers = "extra != \"onnxruntime\""
},
{version = ">=1.2.1", optional = true, markers = "extra == \"onnxruntime\""},
]
evaluate = {version = "*", optional = true, markers = "extra == \"onnxruntime\""}
...
...
@@ -5945,6 +5945,23 @@ files = [
lint = ["docutils-stubs", "flake8", "mypy"]
test = ["pytest"]
[[package]]
name = "sphinxcontrib-gtagjs"
version = "0.2.1"
description = "Sphinx extension to render global site tag of Google."
optional = false
python-versions = "*"
files = [
{file = "sphinxcontrib-gtagjs-0.2.1.tar.gz", hash = "sha256:46423c2e9313396bc8872bc1cc40bebd862cac976c21811390b081b33738886b"},
]
[package.dependencies]
Sphinx = "*"
[package.extras]
linting = ["black", "doc8", "flake8", "pygments"]
packaging = ["bumpversion"]
[[package]]
name = "sphinxcontrib-htmlhelp"
version = "2.0.1"
...
...
@@ -7557,4 +7574,4 @@ query-tools = ["guidance", "jsonpath-ng", "lm-format-enforcer", "rank-bm25", "sc
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<3.12"
content-hash = "
462fc597fc087731f1abc67e4a8843575a61fca3bf7e3d1122461d2ad80fd61b
"
content-hash = "
003f5fcc15b7be0e4c2e691b503574ece7e7b11d21896982fe9a1a96e683a39d
"
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
0
View file @
ef4b8ac2
...
...
@@ -137,6 +137,7 @@ sphinx = ">=4.3.0"
sphinx-autobuild
=
"^2021.3.14"
sphinx-reredirects
=
"^0.1.3"
sphinx-rtd-theme
=
"^1.3.0"
sphinxcontrib-gtagjs
=
"^0.2.1"
[
tool.poetry.scripts
]
llamaindex-cli
=
'llama_index.command_line.command_line:main'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment