summaryrefslogtreecommitdiff
path: root/docs/dev/makefile.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/makefile.rst')
-rw-r--r--docs/dev/makefile.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/dev/makefile.rst b/docs/dev/makefile.rst
index 383113bae..a66ce2f22 100644
--- a/docs/dev/makefile.rst
+++ b/docs/dev/makefile.rst
@@ -180,10 +180,13 @@ sources of the theme need to be rebuild. You can do that by running::
$ make themes.all
-Alternatively to ``themes.all`` you can run *live builds* of the theme you are
-modify (:ref:`make themes`)::
+..
+ ToDo: vite server is not implemented yet / will be done in a follow up PR
- $ LIVE_THEME=simple make run
+ Alternatively to ``themes.all`` you can run *live builds* of the theme you are
+ modify (:ref:`make themes`)::
+
+ $ LIVE_THEME=simple make run
.. _make format.python: