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