Skip to content

Commit ef54dee

Browse files
committed
keep sphinx version <7
1 parent 0f132a6 commit ef54dee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ install_requires =
5151
eralchemy==1.2.*
5252
hieroglyph>=2.1.0
5353
setuptools>=50
54-
sphinx>=4.4
54+
sphinx>=4.4,<7
5555
sphinx_rtd_theme>=1.0.0
5656
sphinxcontrib-svg2pdfconverter
5757
sphinxcontrib-spelling

src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
# Mapping to other Sphinx projects we want to import references from.
113113
intersphinx_mapping = {
114114
'rose': (
115-
'http://metomi.github.io/rose/2.0.0/html', None
115+
'http://metomi.github.io/rose/2.1.0/html', None
116116
),
117117
'python': (
118118
'https://docs.python.org/3/', None

0 commit comments

Comments
 (0)