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)