From 54219d4a0ab9c2eae6e48d0b74775b89f658c8cb Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Tue, 22 Oct 2024 22:05:33 -0400 Subject: [PATCH] Try to fix a bug where the ReadTheDocs build can't find the cmd2.__version__ (#1341) --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 58a108b5..7b1735fc 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ pyperclip setuptools -setuptools-scm +setuptools-scm<8 Sphinx sphinx-autobuild sphinx-rtd-theme