Skip to content

Commit

Permalink
Merge pull request #34 from nextstrain/add-development-readme
Browse files Browse the repository at this point in the history
document how to develop theme
  • Loading branch information
jameshadfield authored Oct 13, 2022
2 parents eb4f16c + 75156ca commit 679d1d6
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 679d1d6

Please sign in to comment.