From a8e858f90840b00b9fe8f768e88bd928d64e4e48 Mon Sep 17 00:00:00 2001 From: Aaron Markham Date: Tue, 22 Sep 2020 05:06:39 -0700 Subject: [PATCH] documentation: fix conda setup for docs --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6e4eb1a664..ac73a7acfa 100644 --- a/README.rst +++ b/README.rst @@ -164,7 +164,7 @@ Setup a Python environment, and install the dependencies listed in ``doc/require # conda conda create -n sagemaker python=3.7 conda activate sagemaker - conda install --file doc/requirements.txt + conda install sphinx=3.1.1 sphinx_rtd_theme=0.5.0 # pip pip install -r doc/requirements.txt