TRIQS / triqs

a Toolbox for Research on Interacting Quantum Systems
https://triqs.github.io
GNU General Public License v3.0
139 stars 72 forks source link

[doc] fix link of logo to index.html #863

Closed the-hampel closed 1 year ago

the-hampel commented 1 year ago

The link behind the logo of the triqs doc was broken pointing to the wrong index.html on subpages of the autodoc generated pages. See for example https://triqs.github.io/triqs/latest/documentation/python_api/triqs.gf.html . Clicking on the logo leads to https://triqs.github.io/triqs/latest/documentation/python_api/index.html which does not exist. This fixes this by using sphinx macros to resolve the path to index.html

Should also be merged into 3.1.x.

Thanks O. Gingras for reporting!

Wentzell commented 1 year ago

Thank you @the-hampel for this fix!