We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f132a6 commit ef54deeCopy full SHA for ef54dee
setup.cfg
@@ -51,7 +51,7 @@ install_requires =
51
eralchemy==1.2.*
52
hieroglyph>=2.1.0
53
setuptools>=50
54
- sphinx>=4.4
+ sphinx>=4.4,<7
55
sphinx_rtd_theme>=1.0.0
56
sphinxcontrib-svg2pdfconverter
57
sphinxcontrib-spelling
src/conf.py
@@ -112,7 +112,7 @@
112
# Mapping to other Sphinx projects we want to import references from.
113
intersphinx_mapping = {
114
'rose': (
115
- 'http://metomi.github.io/rose/2.0.0/html', None
+ 'http://metomi.github.io/rose/2.1.0/html', None
116
),
117
'python': (
118
'https://docs.python.org/3/', None
0 commit comments