From 411a02d0910f2e86862e80927cf6ad1bdb7d9dd0 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Sat, 25 Nov 2023 23:11:22 +0000 Subject: [PATCH] add sphinx-gallery dependency --- .readthedocs.yml | 3 +++ requirements/geovista.yml | 1 + requirements/pypi-optional-docs.txt | 1 + 3 files changed, 5 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index e3778bfc..f5323304 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,6 +4,9 @@ build: os: ubuntu-20.04 tools: python: mambaforge-4.10 + apt_packages: + - libgl1-mesa-dev + - xvfb jobs: post_checkout: - git fetch --unshallow diff --git a/requirements/geovista.yml b/requirements/geovista.yml index ed94b99e..2716d591 100644 --- a/requirements/geovista.yml +++ b/requirements/geovista.yml @@ -49,3 +49,4 @@ dependencies: - pydata-sphinx-theme - sphinx - sphinx-copybutton + - sphinx-gallery diff --git a/requirements/pypi-optional-docs.txt b/requirements/pypi-optional-docs.txt index 6904dce4..c316340d 100644 --- a/requirements/pypi-optional-docs.txt +++ b/requirements/pypi-optional-docs.txt @@ -1,4 +1,5 @@ sphinx sphinx-copybutton +sphinx-gallery jupyter-sphinx pydata-sphinx-theme