From 8f2624e8f62bf1e5b18b6b219774a5ca3991b63c Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Wed, 11 Dec 2024 13:02:10 -0500 Subject: [PATCH] style(readthedocs.yaml): fix github linting complaint --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 59373ae9d..189e51c20 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,8 +11,8 @@ build: python: "3.10" jobs: post_checkout: - - git fetch --tags --depth 1 # Also fetch tags - - git describe --always # Useful for debugging + - git fetch --tags --depth 1 # Also fetch tags + - git describe --always # Useful for debugging # Build documentation in the docs/ directory with Sphinx sphinx: