From 81dbfdff71ff38a766591d2a7c4face9cbd9cf4b Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Thu, 23 Jan 2025 11:57:48 -0500 Subject: [PATCH] docs: Remove mention of Paver (#2314) --- .../changing_appearance/theming/compiling_theme.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_us/install_operations/source/configuration/changing_appearance/theming/compiling_theme.rst b/en_us/install_operations/source/configuration/changing_appearance/theming/compiling_theme.rst index 5300530be0..511102f0f9 100644 --- a/en_us/install_operations/source/configuration/changing_appearance/theming/compiling_theme.rst +++ b/en_us/install_operations/source/configuration/changing_appearance/theming/compiling_theme.rst @@ -21,7 +21,7 @@ To update a theme for Studio or the LMS, follow these steps. #. Change to the ``/edx/app/edxapp/edx-platform`` directory. -#. Execute the ``paver update_assets`` command to update all themes. +#. Execute the ``npm run compile-sass`` command to update all themes. If you want to update specific themes, use the arguments described in the following table.