From f1b9d55bea4659097863a27e513ca8048c79eafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Fri, 27 Aug 2021 19:48:44 +0200 Subject: [PATCH] fix link to custom.css in documentation --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 6c000161c..e06d3848f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,7 +56,7 @@ } html_title = "tox 4 - rewrite" html_static_path = ["_static"] -html_css_files = ["css/custom.css"] +html_css_files = ["custom.css"] html_last_updated_fmt = datetime.now().isoformat() html_logo = "_static/img/tox.svg" html_favicon = "_static/img/toxfavi.ico"