Skip to content

Commit

Permalink
document how to develop theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshadfield committed Oct 12, 2022
1 parent eb4f16c commit 75156ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------

Expand Down

0 comments on commit 75156ca

Please sign in to comment.