From c74ff32110040678667022b7f96916fa436aea49 Mon Sep 17 00:00:00 2001 From: kushalkolar Date: Thu, 6 Jul 2023 01:57:12 -0400 Subject: [PATCH 1/2] try removing sudo --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 93c816bd7..9298991a0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -28,7 +28,7 @@ build: - ./git-lfs checkout # install newer pandoc else nbsphinx complains - wget https://github.com/jgm/pandoc/releases/download/3.1.4/pandoc-3.1.4-1-amd64.deb - - sudo apt-get install ./pandoc-3.1.4-1-amd64.deb + - apt-get install ./pandoc-3.1.4-1-amd64.deb pre_install: - pip install git+https://github.com/pygfx/pygfx.git@main From f12e8a98482dc71bedb1dc877e3c395561b02129 Mon Sep 17 00:00:00 2001 From: kushalkolar Date: Thu, 6 Jul 2023 02:09:22 -0400 Subject: [PATCH 2/2] pandoc annoying issues --- .readthedocs.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9298991a0..ce6b214e4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,6 +10,7 @@ build: - libxcb-xfixes0-dev - mesa-vulkan-drivers - libglfw3 + - pandoc # installs older version of pandoc which nbsphinx complains about, but works for now jobs: post_checkout: # Download and uncompress the binary @@ -26,9 +27,6 @@ build: - ./git-lfs fetch # Make local files to have the real content on them - ./git-lfs checkout - # install newer pandoc else nbsphinx complains - - wget https://github.com/jgm/pandoc/releases/download/3.1.4/pandoc-3.1.4-1-amd64.deb - - apt-get install ./pandoc-3.1.4-1-amd64.deb pre_install: - pip install git+https://github.com/pygfx/pygfx.git@main