Skip to content

Commit bea02fa

Browse files
committed
pin sphinx-hoverxref version to 1.4.x, where x>2
For reference: https://stackoverflow.com/questions/39590187/in-requirements-txt-what-does-tilde-equals-mean
1 parent 9fb2eb3 commit bea02fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ doc = [
6666
'sphinx-toggleprompt == 0.5.2',
6767
'sphinx-favicon',
6868
'solarfactors',
69-
'sphinx-hoverxref',
69+
'sphinx-hoverxref ~= 1.4.2',
7070
]
7171
test = [
7272
'pytest',

0 commit comments

Comments
 (0)