sphinxcontrib-sqltable 2.1.0 - SQLAlchemy 2.0 support

sphinxcontrib-sqltable is a Sphinx extension that allows authors to embed SQL statements in source documents and produce tabular output in rendered documents.

Project details 2.1.0 on PyPI

What’s new in 2.1.0?

  • update packaging to use pyproject.toml
  • Update sqltable.py to support SQLAlchemy 2.0 (contributions by Gabriel Gaona)
  • Pin SQLAlchemy>=2.0 to prevent backwards incompatibility with changes to the query execution interface. (contributions by Gabriel Gaona)
  • fix up python version support list
  • Fix the obsolete link to bitbucket (contributions by kbaikov)
  • find the sample schema file depending on how sphinx is invoked
  • move sample database to /tmp for rtd.org