mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
11 lines
283 B
Diff
11 lines
283 B
Diff
diff --git a/doc/sphinx/conf.py.in b/doc/sphinx/conf.py.in
|
|
index fa58ad5..7765d1e 100644
|
|
--- a/doc/sphinx/conf.py.in
|
|
+++ b/doc/sphinx/conf.py.in
|
|
@@ -302,4 +302,4 @@ man_pages = [
|
|
]
|
|
|
|
def setup(app):
|
|
- app.add_stylesheet('default2.css')
|
|
+ app.add_css_file('default2.css')
|