Skip to content

Commit a8e858f

Browse files
committed
documentation: fix conda setup for docs
1 parent 69c2107 commit a8e858f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Setup a Python environment, and install the dependencies listed in ``doc/require
164164
# conda
165165
conda create -n sagemaker python=3.7
166166
conda activate sagemaker
167-
conda install --file doc/requirements.txt
167+
conda install sphinx=3.1.1 sphinx_rtd_theme=0.5.0
168168

169169
# pip
170170
pip install -r doc/requirements.txt

0 commit comments

Comments
 (0)