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

🐛 Fix singlehtml target uris to be same-document references #11970

Merged
merged 6 commits into from
Apr 7, 2024

Commits on Feb 8, 2024

  1. Fix singlehtml target uris to be same-document references

    Before this change, target_uris would be generated as
    `index.html#foo`.  This makes it difficult to rename the
    generated document and can require reloading the document
    when following a link, which can cause problems with JupyterLab
    hosted documentation.
    
    After this change, they are just `#foo`, which avoids the above
    problems.
    eanorige committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6bd7de2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    81f4104 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    160db8e View commit details
    Browse the repository at this point in the history
  2. update CHANGES.rst

    picnixz authored and picnix committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c9b140f View commit details
    Browse the repository at this point in the history
  3. update CHANGES.rst

    picnixz authored and picnix committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8eda4bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40d9732 View commit details
    Browse the repository at this point in the history