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

Modernize docs #936

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Commits on Jun 11, 2023

  1. Modernize docs

    - use Python 3.11 for RTD build
    - modernize build scripts by newly generating them with Sphinx 7 quickstart
    - remove sphinxcontrib.asyncio extension, as it doesn't support Sphinx 6+
      and we're not using any of its features anyway
    - add sphinx_copybutton extension to make it easy to copy code snippets
    - remove unused and broken (redirected to 2.0) SQLAlchemy intersphinx mapping
    - switch to furo theme, which features a number of improvements, including
      Sphinx 7 compatibility
    - fix examples/example_sa.py include in docs after it was renamed in
      958fd0b
    - fail RTD build if docs build generates warnings
    Nothing4You committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    0ff2872 View commit details
    Browse the repository at this point in the history