Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit d286027

Browse files
committed
docs: lock dependencies
With floating dependencies we recently got into a state where installing everything fails. These versions are from the latest periodic build that still worked.
1 parent 80131ba commit d286027

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
sphinx
2-
sphinx_rtd_theme
3-
recommonmark
4-
sphinx-markdown-tables
1+
sphinx == 4.5.0
2+
sphinx_rtd_theme == 1.0.0
3+
recommonmark == 0.7.1
4+
sphinx-markdown-tables == 0.0.15
55
sphinx-copybutton == 0.2.11
6-
sphinx-md
6+
sphinx-md == 0.0.3

0 commit comments

Comments
 (0)