Skip to content

Commit 776b730

Browse files
committed
Update
1 parent c1fedb6 commit 776b730

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/build-tutorials.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ jobs:
5454
- name: Install nvidia driver, nvidia-docker runtime, set GPU_FLAG
5555
uses: pytorch/test-infra/.github/actions/setup-nvidia@main
5656

57+
- name: Install pandoc (does not install from pypi)
58+
run: |
59+
set -ex
60+
apt-get update
61+
apt-get install -y pandoc
62+
5763
- name: Calculate docker image
5864
shell: bash
5965
id: docker-image

conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
from custom_directives import IncludeDirective, GalleryItemDirective, CustomGalleryItemDirective, CustomCalloutItemDirective, CustomCardItemDirective
4242
import distutils.file_util
4343
import re
44-
import pypandoc
4544
from get_sphinx_filenames import SPHINX_SHOULD_RUN
4645

4746
import plotly.io as pio

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ sphinx-gallery==0.11.1
66
sphinx_design
77
docutils==0.16
88
sphinx-copybutton
9-
pandoc==2.3
109
pypandoc==1.12
1110
pandocfilters
1211
markdown

0 commit comments

Comments
 (0)