1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Ole Streicher <olebole@debian.org>
Date: Sat, 16 Sep 2023 10:55:50 +0200
Subject: Remove sphinx_asdf dependency
---
docs/conf.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index 17d51b5..ec49388 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -99,7 +99,6 @@ latex_logo = "_static/images/logo-light-mode.png"
man_pages = [("index", project.lower(), project + " Documentation", [author], 1)]
# -- Add in additional sphinx extensions ----------------------------------------
-extensions += ["sphinx_asdf"] # noqa: F405
extensions += ["sphinx_tabs.tabs"]
# Enable nitpicky mode - which ensures that all references in the docs resolve.
|