Skip to content

Commit

Permalink
fix google analytics id for docs (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roshanjossey committed Jul 26, 2022
1 parent 5ed0e28 commit 5508b98
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Docs

- Fix google analytics Id for docs. ([#499](https://github.com/jina-ai/finetuner/pull/499))

- Update sphinx-markdown-table to v0.0.16 to get [this fix](https://github.com/ryanfox/sphinx-markdown-tables/pull/37) ([#499](https://github.com/jina-ai/finetuner/pull/499))


## [0.5.1] - 2022-07-15

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,13 @@
'<meta property="og:description" content="Finetuner allows one to tune the weights of any deep neural network for better embeddings on search tasks. It accompanies Jina to deliver the last mile of performance for domain-specific neural search applications.">',
'''
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-48WE9V68SD"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1ESRNDCK35"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-48WE9V68SD');
gtag('config', 'G-1ESRNDCK35');
</script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ sphinx-notfound-page==0.7.1
sphinxext-opengraph
sphinx-sitemap==2.2.0
sphinx_copybutton==0.4.0
sphinx_markdown_tables==0.0.15
sphinx_markdown_tables==0.0.16

0 comments on commit 5508b98

Please sign in to comment.