Skip to content

Commit 95c714a

Browse files
committed
doc: Pin dependencies
Something changed recently with dependency resolution on ReadTheDocs. For some reason it's now pulling sphinx-rtd-theme 0.5.1, whereas before it was pulling 2.0.0. Not sure what's going on, but hopefully pinning the versions of sphinx and sphinx-rtd-theme does the trick.
1 parent 7b516ae commit 95c714a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Requirements for building the `shell-logger` documentation.
22

3-
sphinx
3+
sphinx>=8.0.0
44
sphinx-argparse
55
sphinx-autodoc-typehints
66
sphinx-copybutton
7-
sphinx-rtd-theme
7+
sphinx-rtd-theme>=2.0.0
88
sphinxcontrib-programoutput

0 commit comments

Comments
 (0)