From ff69e03b519020b7592de226512568b66aad332b Mon Sep 17 00:00:00 2001 From: Andy Sweet Date: Wed, 25 Jan 2023 14:32:06 -0800 Subject: [PATCH] Fix sphinx typo in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2e181742..3cc73fd0 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ Documentation will be automatically built with `readthedocs`. It can be built locally with:: - $ pip install spinx + $ pip install sphinx $ sphinx-build -b html docs/source/ docs/build/html Tests