Skip to content

Commit 96a8fda

Browse files
committed
Undo RTD tests.
1 parent 1236faf commit 96a8fda

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
mock_site_methods = {
5858
# Format:
5959
# method name: return value
60-
#'getusersitepackages': '',
61-
#'getsitepackages': []
60+
'getusersitepackages': '',
61+
'getsitepackages': []
6262
}
6363
__fn = None
6464
for __name, __rval in mock_site_methods.items():

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ Tracker = "https://github.com/labscript-suite/labscript-utils/issues/"
6363
[project.optional-dependencies]
6464
docs = [
6565
"PyQt5",
66-
"Sphinx==8.1.3",
67-
"sphinx-rtd-theme==3.0.1",
68-
"myst_parser==4.0.0",
66+
"Sphinx==7.2.6",
67+
"sphinx-rtd-theme==2.0.0",
68+
"myst_parser==2.0.0",
6969
]
7070

7171
[project.scripts]

0 commit comments

Comments
 (0)