Versioning extension for SQLAlchemy.
I get the following error when running `make -C docs text` ``` make: Entering directory '/build/python-sqlalchemy-continuum/src/sqlalchemy_continuum-1.4.2/docs' sphinx-build -b text -d _build/doctrees . _build/text Running Sphinx v8.0.2 loading translations [en]... done making output directory... done WARNING: html_static_path entry '_static' does not exist Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. ERROR: Invalid value `None` in intersphinx_mapping['http://docs.python.org/']. Expected a two-element tuple or list. Configuration error: Invalid `intersphinx_mapping` configuration (1 error). make: *** [Makefile:126: text] Error 2 ``` I can build the docs using Sphinx 7 but it still warns about this: ``` WARNING: The pre-Sphinx 1.0 'intersphinx_mapping' format is deprecated and will be removed in Sphinx 8. Update to the current format as described in the documentation. Hint: `intersphinx_mapping = {'<name>': ('http://docs.python.org/', None)}`. https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by foutrelis and has received 0 comments.