From 1382600ec8552eb22bc53e242f1afea1ac38ab01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D1=82=D1=8B=D0=BD=D0=BE=D0=B2=20=D0=9C?= =?UTF-8?q?=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=A1=D0=B5=D1=80=D0=B3=D0=B5?= =?UTF-8?q?=D0=B5=D0=B2=D0=B8=D1=87?= Date: Tue, 20 Aug 2024 11:14:06 +0000 Subject: [PATCH] Fix documentation build --- docs/conf.py | 3 --- requirements/docs.txt | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f781dddd..867d4daf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -120,9 +120,6 @@ {"rel": "icon", "href": "icon.svg", "type": "image/svg+xml"}, ] -# TODO: remove after https://github.com/mgeier/sphinx-last-updated-by-git/pull/77 -git_exclude_patterns = ["docs/_static/logo_wide.svg"] - # The master toctree document. master_doc = "index" diff --git a/requirements/docs.txt b/requirements/docs.txt index be2cd127..87768350 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -9,7 +9,8 @@ sphinx<8 sphinx-copybutton sphinx-design sphinx-favicon -sphinx-last-updated-by-git +# https://github.com/mgeier/sphinx-last-updated-by-git/pull/77 +sphinx-last-updated-by-git>=0.3.8 # TODO: uncomment after https://github.com/zqmillet/sphinx-plantuml/pull/4 # sphinx-plantuml sphinx-tabs