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)
Updated by Shivani Bhardwaj over 1 year ago
- Status changed from New to Assigned
- Assignee changed from Community Ticket to Shivani Bhardwaj
- Target version changed from TBD to 7.0.0
In Review PR: https://github.com/OISF/suricata/pull/9116
Updated by Shivani Bhardwaj over 1 year ago
- Status changed from Assigned to Closed
- Assignee changed from Shivani Bhardwaj to Philippe Antoine
- Target version changed from 7.0.0 to 7.0.0-beta1
Actions