void-packages/srcpkgs/dpdk/patches/sphinx-4.0.patch
Đoàn Trần Công Danh b2a8ed5a3b dpdk: patch for Sphinx 4.x
2021-08-30 09:29:40 +07:00

10 lines
431 B
Diff

Index: dpdk-19.08/doc/guides/conf.py
===================================================================
--- dpdk-19.08.orig/doc/guides/conf.py
+++ dpdk-19.08/doc/guides/conf.py
@@ -410,4 +410,4 @@ def setup(app):
# Process the numref references once the doctree has been created.
app.connect('doctree-resolved', process_numref)
- app.add_stylesheet('css/custom.css')
+ app.add_css_file('css/custom.css')