Thanks to visit codestin.com Credit goes to github.com
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 09ce51d commit b045ff2Copy full SHA for b045ff2
1 file changed
.circleci/config.yml
@@ -94,6 +94,34 @@ jobs:
94
steps:
95
- checkout
96
97
+ - run: *apt-install
98
+ - run: *fonts-install
99
+ - run: *pip-install
100
+ - run:
101
+ <<: *deps-install
102
+ environment:
103
+ NUMPY_VERSION: "==1.11.0"
104
+ - run: *mpl-install
105
+
106
+ - run: *doc-build
107
108
+ - run: *doc-bundle
109
+ - store_artifacts:
110
+ path: doc/build/sphinx-gallery-files.tar.gz
111
112
113
+ path: doc/build/html
114
115
116
+ name: "Built documentation is available at:"
117
+ command: echo "${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/doc/build/html/index.html"
118
119
+ docs-python37:
120
+ docker:
121
+ - image: circleci/python:3.7
122
+ steps:
123
+ - checkout
124
125
- run: *apt-install
126
- run: *fonts-install
127
- run: *pip-install
0 commit comments