From a72456fc0d33cf7cd983ff3c80d04025cd81ba2f Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Sat, 21 Mar 2020 20:08:08 +0000 Subject: [PATCH] DOCS: Remove extra pydata theme install (#93) --- docs/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 32a2a819..54d2c22a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -33,7 +33,6 @@ To install `myst-nb`, do the following: cd MyST-NB git checkout master pip install -e .[code_style,testing,rtd] - pip install git+https://github.com/pandas-dev/pydata-sphinx-theme.git@master ``` * Enable the `myst_nb` extension in your Sphinx repository's extensions: