mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 02:11:55 +00:00
update readme with notes on updating theme
This commit is contained in:
11
README.md
11
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)
|
||||
- [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==<tag_version>` || `pip install git+https://github.com/executablebooks/sphinx-book-theme.git@<branch_name>` eg. `pip install sphinx-book-theme==0.0.42`
|
||||
|
||||
To deploy theme update:
|
||||
- Build and publish according to production release process
|
||||
Reference in New Issue
Block a user