pydata-sphinx-theme: Warning triggered for navigation_with_keys

In many of the jupyter repos, we use pydata_sphinx_theme. All of our docs builds have started failing with 0.14.2 with the warning about default value of navigation_with_keys changing. Would it be possible to not trigger that warning? This seems like a lot of additional work for such a benign change. If this is going to be the policy of pydata_sphinx_theme in general, I’d like to know that as well so I can switch themes across the board.

https://github.com/jupyter/notebook/actions/runs/6634029880/job/18038165438

About this issue

  • Original URL
  • State: closed
  • Created 8 months ago
  • Comments: 18

Commits related to this issue

Most upvoted comments

I’m not sure that I understand the nature of this issue perfectly, but I’ll just note that I think it’s not a good idea to raise Sphinx warnings just as a way of giving the user notifications (at least anything in a way that will fail with -W). I know a lot of projects that tell Sphinx to “fail on warning” in order to catch regressions in their docs.