Skip to content

Commit 421fcf6

Browse files
committed
[doc] Fix documentation website URLs to not use the triqs_ prefix
The documentation is published at triqs.github.io/<repo> while PROJECT_NAME is triqs_<repo>, so the canonical URL and all version-switcher links pointed to non-existent pages. Use the actual website name instead. Assisted-by: Claude <noreply@anthropic.com>
1 parent a30052d commit 421fcf6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/conf.py.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ html_style = 'css/custom.css'
6969
# rel="canonical" link. Setting this in *every* version build (unstable, X.Y.x,
7070
# ...) consolidates ranking signals onto the latest/ docs so they are preferred
7171
# over older versions in search results.
72-
html_baseurl = 'https://triqs.github.io/@PROJECT_NAME@/latest/'
72+
html_baseurl = 'https://triqs.github.io/maxent/latest/'
7373

7474
html_favicon = '@CMAKE_CURRENT_SOURCE_DIR@/_static/triqs_logo/triqs_favicon.ico'
7575
#html_logo = '@CMAKE_CURRENT_SOURCE_DIR@/logos/logo.png'
@@ -99,9 +99,9 @@ html_context = {
9999
# list is static -- update it when a new release line is published.
100100
'current_version': version,
101101
'versions': [
102-
['unstable', 'https://triqs.github.io/@PROJECT_NAME@/unstable/'],
103-
['4.0.x', 'https://triqs.github.io/@PROJECT_NAME@/4.0.x/'],
104-
['3.3.x', 'https://triqs.github.io/@PROJECT_NAME@/3.3.x/'],
102+
['unstable', 'https://triqs.github.io/maxent/unstable/'],
103+
['4.0.x', 'https://triqs.github.io/maxent/4.0.x/'],
104+
['3.3.x', 'https://triqs.github.io/maxent/3.3.x/'],
105105
],
106106
}
107107

0 commit comments

Comments
 (0)