mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 16:43:17 -04:00
Closes: https://bugs.gentoo.org/901153 Signed-off-by: Antonín Říha <antonin.riha@protonmail.com>
11 lines
243 B
Diff
11 lines
243 B
Diff
diff --git a/docs/conf.py b/docs/conf.py
|
|
index 7ccef26..766b77d 100644
|
|
--- a/docs/conf.py
|
|
+++ b/docs/conf.py
|
|
@@ -27,4 +27,4 @@ html_theme_options = {
|
|
|
|
|
|
def setup(app):
|
|
- app.add_stylesheet('style.css')
|
|
+ app.add_css_file('style.css')
|