mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
dpdk: patch for Sphinx 4.x
This commit is contained in:
parent
993f45553f
commit
b2a8ed5a3b
1 changed files with 10 additions and 0 deletions
10
srcpkgs/dpdk/patches/sphinx-4.0.patch
Normal file
10
srcpkgs/dpdk/patches/sphinx-4.0.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
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')
|
Loading…
Add table
Reference in a new issue