From 63731500a53048209fb8faf49d90340e31730588 Mon Sep 17 00:00:00 2001 From: "Jason M. Gates" Date: Tue, 10 Sep 2024 08:26:35 -0600 Subject: [PATCH] docs: Pin Sphinx version The Sphinx 8.0.0 release poses a problem for the sphinx-rtd-theme, so I'm pinning sphinx below 8.0 to get things back up and running. --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 029d0f8..3393de9 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ # Requirements for building the `shell-logger` documentation. -sphinx +sphinx<8.0.0 sphinx-argparse sphinx-autodoc-typehints sphinx-copybutton