sphinx-change-theme-to-avoid-ftbfs
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Wed, 2 Apr 2025 18:52:06 +0000 (20:52 +0200)
committerBastian Germann <bage@debian.org>
Wed, 2 Apr 2025 18:52:06 +0000 (20:52 +0200)
===================================================================

Gbp-Pq: Name sphinx-change-theme-to-avoid-ftbfs.patch

doc/conf.py

index 5f26eae21eb59b2db5f4f9833e768e9a5d9c5037..1c24aa04c70b1cfcc80ce2c5f9428edd56f7f89b 100644 (file)
@@ -122,7 +122,7 @@ else:
 # documentation.
 #
 
-html_theme = 'sphinx_book_theme'
+html_theme = 'sphinx_rtd_theme'
 
 if BUILD_TYPE == 'dita':
     html_theme_options = {