Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance (2023-08-19) #842

Merged
merged 3 commits into from
Aug 19, 2023
Merged

Maintenance (2023-08-19) #842

merged 3 commits into from
Aug 19, 2023

Commits on Aug 19, 2023

  1. tox: adjust for new sphinx versions (v7.1.x; v7.2.x)

    Sphinx provides a stable v7.1.x/v7.2.x series; adjusting the tox
    configuration to support the new revision. Typically, some older
    versions of Sphinx would be removed; however, the oldest Sphinx version
    supported is v5.3, which is the only one supporting Python 3.7 (recently
    EOL). While we will drop support for these versions (due to EOL and many
    older Sphinx versions), the plan is to make the next release of this
    extension (v2.2) be the last to support Python 3.7 (since 3.7 is still
    somewhat popular).
    
    See CONTRIBUTING.rst for additional information.
    
    Signed-off-by: James Knight <[email protected]>
    jdknight committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    9448507 View commit details
    Browse the repository at this point in the history
  2. CHANGES.rst: adding features/changes

    Adding changes during development window.
    
    Signed-off-by: James Knight <[email protected]>
    jdknight committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    09fb90c View commit details
    Browse the repository at this point in the history
  3. doc: drop style year cache hint

    The year for style updates was appended to the style sheet to prevent
    any caching issues for clients browsing documentation. However, newer
    versions of Sphinx will generate a hash value for us. Dropping the year
    value and let Sphinx manage this responsibility.
    
    Signed-off-by: James Knight <[email protected]>
    jdknight committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    9ab2394 View commit details
    Browse the repository at this point in the history