From ef54dee28076a825fb3b4fca03ad9bcf4dabc5e7 Mon Sep 17 00:00:00 2001 From: Tim Pillinger <26465611+wxtim@users.noreply.github.com> Date: Thu, 31 Aug 2023 16:24:03 +0100 Subject: [PATCH] keep sphinx version <7 --- setup.cfg | 2 +- src/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5e4c82900b..f32e4121db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ install_requires = eralchemy==1.2.* hieroglyph>=2.1.0 setuptools>=50 - sphinx>=4.4 + sphinx>=4.4,<7 sphinx_rtd_theme>=1.0.0 sphinxcontrib-svg2pdfconverter sphinxcontrib-spelling diff --git a/src/conf.py b/src/conf.py index 04c9bc6670..30d63db376 100644 --- a/src/conf.py +++ b/src/conf.py @@ -112,7 +112,7 @@ # Mapping to other Sphinx projects we want to import references from. intersphinx_mapping = { 'rose': ( - 'http://metomi.github.io/rose/2.0.0/html', None + 'http://metomi.github.io/rose/2.1.0/html', None ), 'python': ( 'https://docs.python.org/3/', None