From f8ee2064af0aaf8f24d0ddd24b00ece2c0d2f7b0 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Mon, 16 May 2022 22:34:18 -0400 Subject: [PATCH] Adding deactivate to mkdocs dev script --- docs/startdevmkdocs.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/startdevmkdocs.ps1 b/docs/startdevmkdocs.ps1 index 3fb3a42a..47967651 100644 --- a/docs/startdevmkdocs.ps1 +++ b/docs/startdevmkdocs.ps1 @@ -13,4 +13,7 @@ pip install mkdocs-material #only 1st time #Run mkdocs and look at changes as you make them mkdocs serve -start http://localhost:8010 #Opens Browser \ No newline at end of file +start http://localhost:8010 #Opens Browser + +#Stop python +deactivate \ No newline at end of file