From 7251455bd88ef7426d20528b7e495d44835fef4a Mon Sep 17 00:00:00 2001 From: Alex de Landgraaf Date: Mon, 17 Jun 2024 19:46:20 +0200 Subject: [PATCH] Missing graphviz for readthedocs --- .readthedocs.yaml | 1 + docs/_static/theme_overrides.css | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0b196e9a29..ab1a41e69d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,6 +17,7 @@ build: - gdal-bin - libgdal-dev - wget + - graphviz tools: python: '3.11' diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css index 4427c48ce6..56a5ebedae 100644 --- a/docs/_static/theme_overrides.css +++ b/docs/_static/theme_overrides.css @@ -17,11 +17,11 @@ } } -/* Depends on logo but default seems ok for this. +/* Depends on logo but default seems ok for this. */ .wy-side-nav-search { background-color: #04A5BB; } -*/ + .rst-content a:link, .rst-content a:visited { color: #017092;