From 470c648189542a33b20853de2e2b27179757c3d7 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Fri, 24 Feb 2023 10:14:34 -0800 Subject: [PATCH] Add docs_theme to mkdocs watch so it automatically reloads localhost when modifying theme --- mkdocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 3838c1ce..ba180596 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,6 +5,9 @@ theme: custom_dir: docs_theme static_templates: - index.html +watch: + - docs + - docs_theme extra_css: - https://fonts.googleapis.com/css?family=Open+Sans:300,600 - assets/colors.css