Added instructions for updating RTD theme

pull/215/head
Steve Smith 2015-05-06 17:13:13 -04:00
parent c1d75cd77e
commit 7a3be19e47
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ This project is also using a custom theme from ReadTheDocs, which you can instal
pip install sphinx_rtd_theme pip install sphinx_rtd_theme
Note that later if you wish to update your current, installed version of this theme, you should run:
pip install -U sphinx_rtd_theme
You should now be able to navigate to the `docs` folder and run You should now be able to navigate to the `docs` folder and run
make html make html