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 4e31967 commit f1c2940Copy full SHA for f1c2940
1 file changed
.circleci/config.yml
@@ -153,7 +153,12 @@ commands:
153
steps:
154
- run:
155
name: Bundle sphinx-gallery documentation artifacts
156
- command: tar cf doc/build/sphinx-gallery-files.tar.gz doc/api/_as_gen doc/gallery doc/tutorials
+ command: >
157
+ tar cf doc/build/sphinx-gallery-files.tar.gz
158
+ doc/api/_as_gen
159
+ doc/gallery
160
+ doc/plot_types
161
+ doc/tutorials
162
when: always
163
- store_artifacts:
164
path: doc/build/sphinx-gallery-files.tar.gz
0 commit comments