From b360c6f61b5bca439d759ceac448daefd03aa379 Mon Sep 17 00:00:00 2001 From: Liuqing Jing Date: Fri, 8 Apr 2016 03:30:22 -0400 Subject: [PATCH] [TrivialFix] Rename run_tests.py to run_tests.sh Change-Id: Ia71748323f60ec806b1f8cd02f50997ec6e2b23c --- doc/source/topics/customizing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/topics/customizing.rst b/doc/source/topics/customizing.rst index e75b475790..cdb9862bce 100644 --- a/doc/source/topics/customizing.rst +++ b/doc/source/topics/customizing.rst @@ -68,7 +68,7 @@ theme's ``_variables.scss``:: @import "/themes/default/variables"; Once you have made your changes you must re-generate the static files with - ``./run_tests.py -m collectstatic``. + ``./run_tests.sh -m collectstatic``. By default, all of the themes configured by ``AVAILABLE_THEMES`` setting are collected by horizon during the `collectstatic` process. By default, the themes