diff options
| author | sommersoft <sommersoft@gmail.com> | 2020-04-09 08:47:33 -0500 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2020-04-09 08:47:33 -0500 |
| commit | cb818ca83266af6eae846bdc6e4be5f8fe722e6e (patch) | |
| tree | af028d26d4f8f0bf7fab27819381703bb3530b6f /conf.py | |
| parent | 61bab8e62e4cd4f0585bc387cde2943d6c4c8033 (diff) | |
conf.py: update deprecated stylesheet API; 'add_stylesheet()' renamed to 'add_css_file()'
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -357,4 +357,4 @@ intersphinx_mapping = {"cpython": ('https://docs.python.org/3/', None), "register": ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None)} def setup(app): - app.add_stylesheet("customstyle.css") + app.add_css_file("customstyle.css") |
