diff options
author | 2021-02-18 16:11:59 +0000 | |
---|---|---|
committer | 2021-02-18 16:11:59 +0000 | |
commit | 7485bb4bb2dc5198a3cbaa482d30872281af4fc6 (patch) | |
tree | cb90f12186fcda3a7f3ec28babc434e930f84285 | |
parent | fd1984ad3ff36c850103a5303e85fb5a17e577ae (diff) | |
parent | e1dcdbe27fc4c736542e42f968b8fb0c86abe8e0 (diff) |
Merge "[DOC] Fix sphinx add_stylesheet deprecated method" into guilin
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4dfc64ece..ed120e210 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -105,7 +105,7 @@ linkcheck_ignore = [ html_last_updated_fmt = '%d-%b-%y %H:%M' def setup(app): - app.add_stylesheet("css/ribbon.css") + app.add_css_file("css/ribbon.css") from docutils.parsers.rst import directives |