Skip to content

Commit

Permalink
style(readthedocs.yaml): fix github linting complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Dec 11, 2024
1 parent 5095573 commit 78d00c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 78d00c3

Please sign in to comment.