Skip to content

Commit

Permalink
attempt to fix urls on sql-99 pages
Browse files Browse the repository at this point in the history
  • Loading branch information
msbt committed Feb 22, 2024
1 parent bfc0a7a commit 25b3ff2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/crate/theme/rtd/conf/sql_99.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
project = u"SQL 99"
html_title = project

url_path = "docs/sql-99"
url_path = ""

# For sitemap extension
html_baseurl = "https://cratedb.com/%s/" % url_path
html_baseurl = "https://sql-99.readthedocs.io"

# For rel="canonical" links
html_theme_options.update(
{
"canonical_url_path": "%s/en/latest/" % url_path,
"canonical_url_path": "/en/latest/",
}
)

Expand Down

0 comments on commit 25b3ff2

Please sign in to comment.