From 25e87e7ff8911016c030e2398a8ab33f290da274 Mon Sep 17 00:00:00 2001 From: "Jason M. Gates" Date: Tue, 10 Sep 2024 08:26:35 -0600 Subject: [PATCH] doc: Pin Sphinx version The Sphinx 8.0.0 release poses a problem for the sphinx-rtd-theme, so I'm pinning sphinx to the last version that worked. --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 029d0f8..ffcb36b 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ # Requirements for building the `shell-logger` documentation. -sphinx +sphinx==7.4.7 sphinx-argparse sphinx-autodoc-typehints sphinx-copybutton