From 68f76796d60e59c46fa4fce368360cc0d9f26ae3 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Wed, 14 Apr 2021 15:43:55 -0600 Subject: [PATCH] update readme with notes on updating theme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8966c3b..e64ef96 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,13 @@ Click on the "Pull requests" tab in the top navbar. Select the green "New pull r ## Helpful Resources -- [Lists in RST](https://sublime-and-sphinx-guide.readthedocs.io/en/latest/lists.html) \ No newline at end of file +- [Lists in RST](https://sublime-and-sphinx-guide.readthedocs.io/en/latest/lists.html) + +## Updating theme + +To update Sphinx Book Theme: +- `pip uninstall sphinx-book-theme` (needed to properly propagate new changes for some undetermined reason) +- `pip install sphinx-book-theme==` || `pip install git+https://github.com/executablebooks/sphinx-book-theme.git@` eg. `pip install sphinx-book-theme==0.0.42` + +To deploy theme update: +- Build and publish according to production release process \ No newline at end of file