Skip to content

Commit b13d5ab

Browse files
authored
Fix sphinx-gallery backlinks (#4565) (#4567)
1 parent 8889170 commit b13d5ab

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

.circleci/config.yml

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -911,15 +911,6 @@ jobs:
911911
- run:
912912
name: Install torchvision
913913
command: .circleci/unittest/linux/scripts/install.sh
914-
- run:
915-
name: Generate cache key
916-
# This will refresh cache on Sundays, nightly build should generate new cache.
917-
command: echo "$(date +"%Y-%U")" > .circleci-weekly
918-
- restore_cache:
919-
{% raw %}
920-
keys:
921-
- sphinx-gallery-{{ checksum "./docs/source/conf.py" }}-{{ checksum ".circleci-weekly" }}
922-
{% endraw %}
923914
- run:
924915
name: Build docs
925916
command: |
@@ -932,12 +923,6 @@ jobs:
932923
pip install -r requirements.txt
933924
make html
934925
popd
935-
- save_cache:
936-
{% raw %}
937-
key: sphinx-gallery-{{ checksum "./docs/source/conf.py" }}-{{ checksum ".circleci-weekly" }}
938-
{% endraw %}
939-
paths:
940-
- ./docs/source/auto_examples
941926
- persist_to_workspace:
942927
root: ./
943928
paths:

0 commit comments

Comments
 (0)