From 4a8d738e48d44f722083f73f41af2d9d818bf749 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Wed, 14 May 2025 21:28:38 -0400 Subject: [PATCH] fix lint Signed-off-by: Yuan Tang --- .github/workflows/update-readthedocs.yml | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-readthedocs.yml b/.github/workflows/update-readthedocs.yml index 69cb68a34..14b496791 100644 --- a/.github/workflows/update-readthedocs.yml +++ b/.github/workflows/update-readthedocs.yml @@ -74,4 +74,4 @@ jobs: if [ $(echo $response | jq -r '.build_triggered') != 'true' ]; then echo "Failed to trigger ReadTheDocs build" exit 1 - fi \ No newline at end of file + fi diff --git a/docs/source/conf.py b/docs/source/conf.py index fec07da03..501a923dd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -144,4 +144,4 @@ def setup(app): return [node], [] app.add_role("dockerhub", dockerhub_role) - app.add_role("repopath", repopath_role) \ No newline at end of file + app.add_role("repopath", repopath_role)