From 75156cadb6b02d2f84d4c964895209580ac0c6ae Mon Sep 17 00:00:00 2001 From: James Hadfield Date: Thu, 13 Oct 2022 10:27:38 +1300 Subject: [PATCH] document how to develop theme --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 91672bc..d91e8ab 100644 --- a/README.rst +++ b/README.rst @@ -49,6 +49,16 @@ to point to the image file in your Sphinx project. This will automatically take precedence over the default Nextstrain logo provided by the theme. +Development +----------- + +.. code:: bash + + python3 -m pip install -e . + make clean # not always needed, but better to be cautious + make html + open build/html/index.html + Releasing ---------