Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Python Requirements Update #1521

Merged
merged 2 commits into from
Oct 31, 2023

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    0a5d5f5 View commit details
    Browse the repository at this point in the history
  2. fix: set navigation_with_keys value

    False was the default value for navigation_with_keys. However, in version 0.14.2 of pydata-sphinx-theme, this default was removed and a warning was added that would be emitted whenever navigation_with_keys was not set. Because of the "SPHINXOPTS = -W" configuration in tox.ini, all warnings are promoted to an error. Therefore, it's necesary to set this value. I have set it to the default value explicitly.
    
    Please see the following GitHub comments for context.
    * pydata/pydata-sphinx-theme#1539
    * pydata/pydata-sphinx-theme#987 (comment)
    MichaelRoytman committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ef96288 View commit details
    Browse the repository at this point in the history