Actions
Optimization #4371
closedSphinx Warning about deprecated function
Effort:
Difficulty:
Label:
Beginner
Description
Fix the following warning
/home/ard/Orgs/oisf/ws1-suricata/doc/userguide/conf.py:138: RemovedInSphinx40Warning: The app.add_stylesheet() is deprecated. Please use app.add_css_file() instead.
app.add_stylesheet('css/suricata.css')
with
sphinx-build 3.2.1
on master (rev d708744f2b5)
Actions