Skip to content

Commit 6f8ba7f

Browse files
authored
fix link to custom.css in documentation (#2185)
1 parent 52704f8 commit 6f8ba7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757
html_title = "tox 4 - rewrite"
5858
html_static_path = ["_static"]
59-
html_css_files = ["css/custom.css"]
59+
html_css_files = ["custom.css"]
6060
html_last_updated_fmt = datetime.now().isoformat()
6161
html_logo = "_static/img/tox.svg"
6262
html_favicon = "_static/img/toxfavi.ico"

0 commit comments

Comments
 (0)