Skip to content

Commit 14c7207

Browse files
committed
Update config.yml
1 parent 352e3b9 commit 14c7207

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
. venv/bin/activate
6767
python -m td3a_cpp check
6868
69-
- run:
70-
name: documentation
71-
command: |
72-
. venv/bin/activate
73-
sphinx-build -D "sphinx_gallery_conf.filename_pattern=/plot_(?!long)" doc test-reports
69+
# - run:
70+
# name: documentation
71+
# command: |
72+
# . venv/bin/activate
73+
# sphinx-build -D "sphinx_gallery_conf.filename_pattern=/plot_(?!long)" doc test-reports
7474

7575
- store_artifacts:
7676
path: test-reports

0 commit comments

Comments
 (0)