From 7a3be19e472064ba3b1f554f1013cd6720d6bab5 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Wed, 6 May 2015 17:13:13 -0400 Subject: [PATCH] Added instructions for updating RTD theme --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 348b3fd44c..c345e6ff21 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,6 +19,10 @@ This project is also using a custom theme from ReadTheDocs, which you can instal 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 make html