We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9faa8 commit 22d2fdeCopy full SHA for 22d2fde
.circleci/config.yml
@@ -81,7 +81,6 @@ jobs:
81
- checkout
82
- run: sudo pip install --progress-bar off -r docs/requirements.txt
83
- run: sudo pip install --progress-bar off -r requirements.txt
84
- - run: cd docs/source && ln -s ../../examples/README.md examples.md && cd -
85
- run: cd docs && make clean && make html && scp -r -oStrictHostKeyChecking=no _build/html/* $doc:$dir
86
workflow_filters: &workflow_filters
87
filters:
0 commit comments