Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add html_baseurl to sphinx conf.py #12364

Merged
merged 4 commits into from
May 26, 2024
Merged

Add html_baseurl to sphinx conf.py #12364

merged 4 commits into from
May 26, 2024

Commits on May 24, 2024

  1. Add html_baseurl to sphinx conf.py

    This is used to set the <link rel="canonical" href="X"> tag that
    points to the canonical version of the webpage. Including this
    indicates to search engines which version to include in their
    indexes, and should prevent older versions showing up.
    
    Fixes #12363
    jfrost-mo authored May 24, 2024
    Configuration menu
    Copy the full SHA
    69cf09e View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    jfrost-mo committed May 24, 2024
    Configuration menu
    Copy the full SHA
    dfe79a4 View commit details
    Browse the repository at this point in the history
  3. Add AUTHORS entry

    jfrost-mo committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5ddf0f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ea6f15 View commit details
    Browse the repository at this point in the history