[pbs-devel] [PATCH proxmox-backup 2/2] docs: add missing html_css_files entry
Hannes Duerr
h.duerr at proxmox.com
Fri Mar 29 16:07:37 CET 2024
Signed-off-by: Hannes Duerr <h.duerr at proxmox.com>
---
docs/conf.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/conf.py b/docs/conf.py
index f85cd187..d27c1fdc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -265,6 +265,9 @@ html_static_path = ['_static']
html_js_files = [
'custom.js',
]
+html_css_files = [
+ 'custom.css',
+]
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
--
2.39.2
More information about the pbs-devel
mailing list