From b2a8ed5a3b4bf67b10789d7a15f82c50f63fcce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 30 Aug 2021 09:22:44 +0700 Subject: [PATCH] dpdk: patch for Sphinx 4.x --- srcpkgs/dpdk/patches/sphinx-4.0.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/dpdk/patches/sphinx-4.0.patch diff --git a/srcpkgs/dpdk/patches/sphinx-4.0.patch b/srcpkgs/dpdk/patches/sphinx-4.0.patch new file mode 100644 index 00000000000..cdee0fe98c1 --- /dev/null +++ b/srcpkgs/dpdk/patches/sphinx-4.0.patch @@ -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')