From e1be626b9a1ee5a78aa2a2e57e9d7d421f5bc5e4 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Wed, 28 Feb 2024 10:25:55 +0100 Subject: [PATCH 1/5] chore: Dummy commit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 502f21853..1d01888d8 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![License](https://img.shields.io/badge/License-EPL%202.0-blue)](https://choosealicense.com/licenses/epl-2.0/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +# Test Read the Docs pull request builds # Eclipse Zenoh From 8a8d37add18bdcfad36d1f461ad2327a806fdebb Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Wed, 28 Feb 2024 17:40:14 +0100 Subject: [PATCH 2/5] fix: Bump dependencies --- docs/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 670562c3e..2a120ca3b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx==4.5.0 -sphinx_c_autodoc -sphinx_rtd_theme -clang==14 +sphinx==7.2.6 +sphinx_c_autodoc==1.3.0 +sphinx_rtd_theme==2.0.0 +clang==17.0.6 From 233668d03f5c1d0fb593836eee3d0724ec5d1397 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Wed, 28 Feb 2024 17:50:23 +0100 Subject: [PATCH 3/5] chore: Use Clang 15.0.7 --- docs/conf.py | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a9ab9a153..ce2cf1a0a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,4 +32,4 @@ html_theme = 'sphinx_rtd_theme' # ---------------------------------------------------------------------------- -Config.set_library_file('/usr/lib/llvm-14/lib/libclang.so.1') +Config.set_library_file('/usr/lib/llvm-15/lib/libclang.so.1') diff --git a/docs/requirements.txt b/docs/requirements.txt index 2a120ca3b..46d141466 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ sphinx==7.2.6 sphinx_c_autodoc==1.3.0 sphinx_rtd_theme==2.0.0 -clang==17.0.6 +clang==15.0.7 From 5ce55e6ffe65534a1b1a8421334b7f934877ac9f Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Wed, 28 Feb 2024 17:58:02 +0100 Subject: [PATCH 4/5] chore: Revert to Clang 14.0 --- docs/conf.py | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ce2cf1a0a..a9ab9a153 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,4 +32,4 @@ html_theme = 'sphinx_rtd_theme' # ---------------------------------------------------------------------------- -Config.set_library_file('/usr/lib/llvm-15/lib/libclang.so.1') +Config.set_library_file('/usr/lib/llvm-14/lib/libclang.so.1') diff --git a/docs/requirements.txt b/docs/requirements.txt index 46d141466..a5a4b5f60 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ sphinx==7.2.6 sphinx_c_autodoc==1.3.0 sphinx_rtd_theme==2.0.0 -clang==15.0.7 +clang==14.0 From 81907b84aaeea423e1f927671f4fbe3a9f3a44cf Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Wed, 28 Feb 2024 18:57:26 +0100 Subject: [PATCH 5/5] fix: Revert dummy commit --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1d01888d8..502f21853 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ [![License](https://img.shields.io/badge/License-EPL%202.0-blue)](https://choosealicense.com/licenses/epl-2.0/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -# Test Read the Docs pull request builds # Eclipse Zenoh