From e15b8ebf11c08e6b02d4e86902c46d244d3c5995 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Sun, 14 Dec 2025 10:38:13 -0800 Subject: [PATCH] docs README update There is no sphinx-build to pip install --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 4c21f5db..b18b6346 100644 --- a/doc/README.md +++ b/doc/README.md @@ -6,7 +6,7 @@ You can use the `make` command and `make html` to build web pages. You need a Python environment where the following install was excuted: - pip install sphinx-build furo sphinx-autobuild + pip install furo sphinx-autobuild To develop/change documentation, you can then do: