Skip to content

Commit 114e96a

Browse files
author
Thomas Ryan
committed
Update sphinx-rtd-theme for Sphinx 7.4.7
1 parent 7a17556 commit 114e96a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PYPIREPO = pypitest
1111

1212
DEPENDENCIES = robotframework pyyaml dill coverage Sphinx==7.4.7 \
1313
sphinxcontrib-napoleon sphinxcontrib-mockautodoc \
14-
sphinx-rtd-theme asyncssh PrettyTable "cryptography>=43.0"
14+
sphinx-rtd-theme==3.1.0 asyncssh PrettyTable "cryptography>=43.0"
1515

1616

1717
.PHONY: clean package distribute develop undevelop help devnet\

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def version_info(*paths):
136136
'Sphinx==7.4.7',
137137
'sphinxcontrib-napoleon',
138138
'sphinxcontrib-mockautodoc',
139-
'sphinx-rtd-theme'],
139+
'sphinx-rtd-theme==3.1.0'],
140140
},
141141

142142
# any data files placed outside this package.

0 commit comments

Comments
 (0)