pantry/projects/github.com/kdave/btrfs-progs/patch.diff
Andrew e8f42a72b2
+github.com/kdave/btrfs-progs (#5356)
* new file:   projects/github.com/kdave/btrfs-progs/package.yml
	new file:   projects/github.com/kdave/btrfs-progs/patch.diff

* modified:   projects/github.com/kdave/btrfs-progs/package.yml
2024-02-24 15:32:43 -05:00

24 lines
989 B
Diff

diff --git a/Documentation/conf.py b/Documentation/conf.py
index 014352a..c7a629c 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -33,10 +33,6 @@ templates_path = ['_templates']
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build']
-# The theme to use for HTML and HTML Help pages. See the documentation for
-# a list of builtin themes.
-html_theme = 'sphinx_rtd_theme'
-
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
@@ -76,8 +72,6 @@ man_pages = [
('btrfs-man5', 'btrfs', 'topics about the BTRFS filesystem (mount options, supported file attributes and other)', '', 5),
]
-extensions = [ 'sphinx_rtd_theme' ]
-
# Cross reference with document and label
# Syntax: :docref`Title <rawdocname:label>`
# Backends: html, man, others