From 16c45742bc3e3162fe98d661a1754f6ff661658e Mon Sep 17 00:00:00 2001 From: Sarah M Brown Date: Sat, 2 Mar 2024 10:11:44 -0500 Subject: [PATCH] rm erroneous extensin and fi typo --- docs/conf.py | 1 - docs/index.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 08c3801..1418d07 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -111,7 +111,6 @@ "smartquotes", "strikethrough", "substitution", - "design" # "tasklist", ] diff --git a/docs/index.md b/docs/index.md index 4a059e9..ab19bc3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -50,7 +50,7 @@ if you clone in order to develop, you may want to install with pip's `-e` option pip install -e courseutils ``` -Then to update, pull and instll again. +To update, pull and install again. ### Direct install