Skip to content

Commit 8b19766

Browse files
committed
Updated method call for stylesheet to remove deprecated warning in build
1 parent 56fdd63 commit 8b19766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def setup(app):
207207
app.add_config_value('m2r_anonymous_references', False, 'env')
208208
app.add_config_value('m2r_disable_inline_math', False, 'env')
209209
app.add_directive('mdinclude', MdInclude)
210-
app.add_stylesheet('custom.css')
210+
app.add_css_file('custom.css')
211211

212212
# generate the components.rst file dynamically so it points to stable/latest
213213
# of subprojects correctly

0 commit comments

Comments
 (0)