File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1818# -- Project information -----------------------------------------------------
1919
2020project = 'Python for Scientific Computing'
21- copyright = '2020, The contributors'
21+ copyright = '2020-2022 , The contributors'
2222author = 'The contributors'
2323github_user = 'AaltoSciComp'
2424github_repo_name = 'python-for-scicomp' # auto-detected from dirname if blank
4040 'sphinx.ext.mathjax' ,
4141 'sphinx_aaltoscicomp_branding' ,
4242 'sphinx_plausible' ,
43+ 'sphinxext.opengraph' ,
4344]
45+ ogp_site_name = "Python for Scientific Computing"
46+ ogp_site_url = 'https://aaltoscicomp.github.io/python-for-scicomp/'
4447
4548import os
4649plausible_domain = 'aaltoscicomp.github.io/python-for-scicomp'
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ sphinx-lesson
66https://github.com/aaltoscicomp/sphinx-aaltoscicomp-branding/archive/master.zip
77sphinx_rtd_theme_ext_color_contrast
88sphinx-plausible
9+ sphinxext-opengraph
You can’t perform that action at this time.
0 commit comments