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.
2 parents 44728f1 + 1a4d691 commit 22efae6Copy full SHA for 22efae6
1 file changed
.circleci/config.yml
@@ -75,7 +75,9 @@ mpl-run: &mpl-install
75
76
doc-run: &doc-build
77
name: Build documentation
78
- command: make html O=-T
+ command: |
79
+ make html O=-T
80
+ rm -r build/html/_sources
81
working_directory: doc
82
83
doc-bundle-run: &doc-bundle
0 commit comments