Skip to content

Commit 45e053c

Browse files
author
Thomas Ryan
committed
Update sphinx-rtd-theme for Sphinx 7.4.7
1 parent 2b4b5a5 commit 45e053c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ HEADER = [Rest Watchdog]
1919
HOSTNAME = `hostname`
2020

2121
# Dependencies for building documentation
22-
DEPENDENCIES = Sphinx==7.4.7 sphinxcontrib-napoleon sphinxcontrib-mockautodoc sphinx-rtd-theme
22+
DEPENDENCIES = Sphinx==7.4.7 sphinxcontrib-napoleon sphinxcontrib-mockautodoc sphinx-rtd-theme==3.1.0
2323

2424

2525
# User-friendly check for sphinx-build

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def find_version(*paths):
168168
'dev': ['coverage',
169169
'restview',
170170
'Sphinx==7.4.7',
171-
'sphinx-rtd-theme',
171+
'sphinx-rtd-theme==3.1.0',
172172
'requests-mock'],
173173
},
174174

0 commit comments

Comments
 (0)