Skip to content

Commit

Permalink
Merge pull request #226 from QuantEcon/google-analytics
Browse files Browse the repository at this point in the history
FIX: GA for latest qe-theme
  • Loading branch information
doctor-phil authored May 12, 2023
2 parents ad73f76 + b825076 commit c133864
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ dependencies:
- pip
- pip:
# Build Requirements
- pandas == 1.5.3
- pandas-datareader == 0.10.0
- numpy == 1.23.5
- jupyter-book==0.15.1
- docutils==0.17.1
- quantecon-book-theme==0.4.1
Expand Down
4 changes: 2 additions & 2 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ title: QuantEcon DataScience
author: Chase Coleman, Spencer Lyon, and Jesse Perla
logo: _static/datascience-logo.png
description: This website presents a series of lectures on programming, data science, and economics.
analytics:
google_analytics_id: UA-54984338-5

execute:
execute_notebooks: "force"
Expand Down Expand Up @@ -45,6 +43,8 @@ sphinx:
og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png
description: This website presents a series of lectures on programming, data science, and economics.
keywords: Python, QuantEcon, DataScience
analytics:
google_analytics_id: G-S8CBQPC844
launch_buttons:
colab_url: https://colab.research.google.com
binderhub_url: https://mybinder.org
Expand Down

1 comment on commit c133864

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.