From d286027cb481029e611dc8963b9e5ca838bbd240 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Wed, 1 Jun 2022 17:41:34 +0200 Subject: [PATCH] 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. --- docs/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index e09aa745e1..4fe149e4c7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ -sphinx -sphinx_rtd_theme -recommonmark -sphinx-markdown-tables +sphinx == 4.5.0 +sphinx_rtd_theme == 1.0.0 +recommonmark == 0.7.1 +sphinx-markdown-tables == 0.0.15 sphinx-copybutton == 0.2.11 -sphinx-md +sphinx-md == 0.0.3