readthedocs / sphinx-notfound-page

Create a custom 404 page with absolute URLs hardcoded
https://sphinx-notfound-page.readthedocs.io/
MIT License
51 stars 33 forks source link

Tests: update test suite and fix some tests #242

Closed humitos closed 3 months ago

humitos commented 3 months ago

I expect some versions to fail due to #240. If that's the case, we can merge #241 here and move forward with it.

humitos commented 3 months ago

Interesting. All the tests pass when using Tox4 (CircleCI) but py39-sphinx7 fails when using Tox5 locally due to the expected issue #240.

humitos commented 3 months ago

I will proceed and merge this PR, then merge #241. I tested it locally using Tox5 and all the tests pass successfully.

We will need to open a new PR to update to Tox5 and deal with that in another issue.