We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900e6b9 commit de09937Copy full SHA for de09937
.circleci/config.yml
@@ -40,6 +40,7 @@ jobs:
40
- run:
41
name: Build docs to store
42
command: |
43
+ export PATH="$HOME/miniconda/bin:$PATH"
44
cd pandas-docs
45
python make.py html
46
# Tell Circle to store the documentation output in a folder that we can access later
0 commit comments