diff options
author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-09-05 23:51:11 +0200 |
---|---|---|
committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-09-25 23:25:36 +0200 |
commit | 13962cd6adcf233c8e9b5a2875e706a19019cd24 (patch) | |
tree | 998115b740501573822d2734e3492815ee879f75 /docs/html/conf.py | |
parent | 3301284810f905bdb25c67233952892f7852df2d (diff) | |
download | pip-13962cd6adcf233c8e9b5a2875e706a19019cd24.tar.gz |
🎨 Colorize the "important" admonition blocks
Diffstat (limited to 'docs/html/conf.py')
-rw-r--r-- | docs/html/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/conf.py b/docs/html/conf.py index b859e9902..444d15a81 100644 --- a/docs/html/conf.py +++ b/docs/html/conf.py @@ -181,7 +181,7 @@ html_theme_options = { # Add any paths that contain custom static files (such as style sheets) here, # 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 = [] +html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. |