readthedocs / sphinx-notfound-page

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

Resolve deprecation warning #234

Closed drts01 closed 2 months ago

drts01 commented 3 months ago
.../site-packages/notfound/extension.py:269: RemovedInSphinx90Warning: The '_Opt' object tuple interface is deprecated, use attribute access instead for 'default', 'rebuild', and 'valid_types'.
  default, rebuild, types = app.config.values.get('notfound_urls_prefix')

Version 1.0.1

humitos commented 3 months ago

Hi @xsc27! Thanks for reporting this issue. Would you like to open a PR to solve it?

drts01 commented 3 months ago

Yes. Gladly.