diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 93c816bd7..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 - - sudo apt-get install ./pandoc-3.1.4-1-amd64.deb pre_install: - pip install git+https://github.com/pygfx/pygfx.git@main