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 487f9f9 commit 1cb7389Copy full SHA for 1cb7389
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 -rv build/html/_sources
81
working_directory: doc
82
83
doc-bundle-run: &doc-bundle
0 commit comments