Skip to content

Commit 283cefb

Browse files
committed
Try again with GTags and other _config.yml updates
1 parent 5909bc2 commit 283cefb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

_config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ sphinx:
2323
- sphinxext.opengraph
2424
- sphinx.ext.imgconverter
2525
config:
26-
html_baseurl: "https://la4ds.net/"
26+
project: "Linear Algebra for Data Science with Python"
27+
html_baseurl: "https://www.la4ds.net/"
2728
#mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
2829
#mathjax_path: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML
29-
ogp_site_url: "https://la4ds.net/"
30+
ogp_site_url: "https://www.la4ds.net/"
3031
#ogp_image: "https://jmshea.github.io/Foundations-of-Data-Science-with-Python/_images/normal-people.png"
3132
ogp_description_length: 200
3233
#mathjax3_config: { loader: {load: ['[tex]/action']}, tex: {packages: {'[+]': ['action']}}}
@@ -50,6 +51,6 @@ sphinx:
5051
google_analytics_id: G-C4ELG791RH
5152

5253

53-
html:
54-
base_url: https://la4ds.net/
55-
google_analytics_id: G-C4ELG791RH
54+
#html:
55+
#base_url: https://la4ds.net/
56+
#google_analytics_id: G-C4ELG791RH

0 commit comments

Comments
 (0)