From 2e2dfc73a64dd509931f9a27e5385e10066fc9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 13 Feb 2019 08:54:10 +0100 Subject: [PATCH] Clarify dev docs on theming Close #140 --- docs/dev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev.rst b/docs/dev.rst index 4ef3104..f43123e 100644 --- a/docs/dev.rst +++ b/docs/dev.rst @@ -58,7 +58,7 @@ Then, run a local webserver:: The LMS can then be accessed at http://localhost:8000. -You should follow the `Open edX documentation to enable your themes `_. In a nutshell, you should create a site theme that corresponds to the ``localhost:8000`` site in the site admin: http://localhost:8000/admin/theming/sitetheme/. +Then, follow the `Open edX documentation to apply your themes `_. You will not have to modify the ``lms.env.json``/``cms.env.json`` files; just follow the instructions to add a site theme in http://localhost:8000/admin (starting from step 3). Watch the themes folders for changes (in a different terminal)::