From 08f5f0cd2385ce6fda3657c28ade7daf8b408d1d Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Sat, 6 May 2023 14:15:11 +0700 Subject: [PATCH] Update conf.py --- source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/conf.py b/source/conf.py index a3dafc7..fbe463a 100644 --- a/source/conf.py +++ b/source/conf.py @@ -68,6 +68,8 @@ # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] +# Custom css file +html_css_files = ["style.css"] # Don't add .txt suffix to source files (available for Sphinx >= 1.5): html_sourcelink_suffix = ''