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 2b4b5a5 commit 45e053cCopy full SHA for 45e053c
2 files changed
docs/Makefile
@@ -19,7 +19,7 @@ HEADER = [Rest Watchdog]
19
HOSTNAME = `hostname`
20
21
# Dependencies for building documentation
22
-DEPENDENCIES = Sphinx==7.4.7 sphinxcontrib-napoleon sphinxcontrib-mockautodoc sphinx-rtd-theme
+DEPENDENCIES = Sphinx==7.4.7 sphinxcontrib-napoleon sphinxcontrib-mockautodoc sphinx-rtd-theme==3.1.0
23
24
25
# User-friendly check for sphinx-build
setup.py
@@ -168,7 +168,7 @@ def find_version(*paths):
168
'dev': ['coverage',
169
'restview',
170
'Sphinx==7.4.7',
171
- 'sphinx-rtd-theme',
+ 'sphinx-rtd-theme==3.1.0',
172
'requests-mock'],
173
},
174
0 commit comments