Skip to content

Conversation

@AlgoFoe
Copy link
Contributor

@AlgoFoe AlgoFoe commented Jan 28, 2026

Description

What is this PR

  • Bug fix
  • Addition of a new feature
  • Other

Why is this PR needed?

  • Versioned documentation URLs were not resolving to the custom 404 page, resulting in broken 404 behavior.

What does this PR do?

  • Fixes the notfound-page configuration by setting notfound_urls_prefix to the correct value for gh-pages.

References

How has this PR been tested?

  • Built the docs locally using make html and verified that the custom 404.html page is generated.

Is this a breaking change?

  • No.

Does this PR require an update to the documentation?

  • No.

Checklist:

  • The code has been tested locally
  • Tests have been added to cover all new functionality
  • The documentation has been updated to reflect any changes
  • The code has been formatted with pre-commit

@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Jan 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (b3f5a9c) to head (2992020).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #785   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           34        34           
  Lines         2111      2111           
=========================================
  Hits          2111      2111           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AlgoFoe
Copy link
Contributor Author

AlgoFoe commented Jan 29, 2026

Hi @lochhh! The CI failure may be due to a linkcheck error, I am seeing a 403 for this link during make linkcheck and looks like an external link issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken 404 page

1 participant