From 3ad303dcafdb3b93a640956999ee222622ceedf7 Mon Sep 17 00:00:00 2001 From: Sophie Reed Date: Thu, 20 Apr 2023 16:01:42 -0700 Subject: [PATCH] Correct yaml lint error --- doc/manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manifest.yaml b/doc/manifest.yaml index d43e1190c..8e17e6825 100644 --- a/doc/manifest.yaml +++ b/doc/manifest.yaml @@ -8,5 +8,5 @@ modules: # Name of the static content directories (subdirectories of `_static`). # Static content directories are usually named after the package. # Most packages do not need a static content directory (leave commented out). - statics: - - "_static/analysis_tools" +statics: + - "_static/analysis_tools"