summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2020-04-09 08:47:33 -0500
committersommersoft <sommersoft@gmail.com>2020-04-09 08:47:33 -0500
commitcb818ca83266af6eae846bdc6e4be5f8fe722e6e (patch)
treeaf028d26d4f8f0bf7fab27819381703bb3530b6f /conf.py
parent61bab8e62e4cd4f0585bc387cde2943d6c4c8033 (diff)
conf.py: update deprecated stylesheet API; 'add_stylesheet()' renamed to 'add_css_file()'
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 1dde709d7..f71e09adc 100644
--- a/conf.py
+++ b/conf.py
@@ -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")