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 1236faf commit 96a8fdaCopy full SHA for 96a8fda
docs/source/conf.py
@@ -57,8 +57,8 @@
57
mock_site_methods = {
58
# Format:
59
# method name: return value
60
- #'getusersitepackages': '',
61
- #'getsitepackages': []
+ 'getusersitepackages': '',
+ 'getsitepackages': []
62
}
63
__fn = None
64
for __name, __rval in mock_site_methods.items():
pyproject.toml
@@ -63,9 +63,9 @@ Tracker = "https://github.com/labscript-suite/labscript-utils/issues/"
[project.optional-dependencies]
docs = [
65
"PyQt5",
66
- "Sphinx==8.1.3",
67
- "sphinx-rtd-theme==3.0.1",
68
- "myst_parser==4.0.0",
+ "Sphinx==7.2.6",
+ "sphinx-rtd-theme==2.0.0",
+ "myst_parser==2.0.0",
69
]
70
71
[project.scripts]
0 commit comments