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 7a17556 commit 114e96aCopy full SHA for 114e96a
2 files changed
Makefile
@@ -11,7 +11,7 @@ PYPIREPO = pypitest
11
12
DEPENDENCIES = robotframework pyyaml dill coverage Sphinx==7.4.7 \
13
sphinxcontrib-napoleon sphinxcontrib-mockautodoc \
14
- sphinx-rtd-theme asyncssh PrettyTable "cryptography>=43.0"
+ sphinx-rtd-theme==3.1.0 asyncssh PrettyTable "cryptography>=43.0"
15
16
17
.PHONY: clean package distribute develop undevelop help devnet\
setup.py
@@ -136,7 +136,7 @@ def version_info(*paths):
136
'Sphinx==7.4.7',
137
'sphinxcontrib-napoleon',
138
'sphinxcontrib-mockautodoc',
139
- 'sphinx-rtd-theme'],
+ 'sphinx-rtd-theme==3.1.0'],
140
},
141
142
# any data files placed outside this package.
0 commit comments