Skip to content

Commit 3cd31d7

Browse files
prabhat00155facebook-github-bot
authored andcommitted
[fbsync] Fix sphinx-gallery backlinks (#4565)
Reviewed By: NicolasHug Differential Revision: D31505555 fbshipit-source-id: 25ca747f439e6b6e9d3d830e42f307cf9de466c4
1 parent 8ebebd1 commit 3cd31d7

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
@@ -916,15 +916,6 @@ jobs:
916916
- run:
917917
name: Install torchvision
918918
command: .circleci/unittest/linux/scripts/install.sh
919-
- run:
920-
name: Generate cache key
921-
# This will refresh cache on Sundays, nightly build should generate new cache.
922-
command: echo "$(date +"%Y-%U")" > .circleci-weekly
923-
- restore_cache:
924-
{% raw %}
925-
keys:
926-
- sphinx-gallery-{{ checksum "./docs/source/conf.py" }}-{{ checksum ".circleci-weekly" }}
927-
{% endraw %}
928919
- run:
929920
name: Build docs
930921
command: |
@@ -937,12 +928,6 @@ jobs:
937928
pip install -r requirements.txt
938929
make html
939930
popd
940-
- save_cache:
941-
{% raw %}
942-
key: sphinx-gallery-{{ checksum "./docs/source/conf.py" }}-{{ checksum ".circleci-weekly" }}
943-
{% endraw %}
944-
paths:
945-
- ./docs/source/auto_examples
946931
- persist_to_workspace:
947932
root: ./
948933
paths:

0 commit comments

Comments
 (0)