From 50955730109d286d0e70bceab3ab5563d514a23a Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Wed, 11 Dec 2024 13:01:43 -0500 Subject: [PATCH 1/2] chore(gitignore): add prime directory to gitignore This makes git easier to work with after running `snapcraft try` --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6866d3f6f..3ac2a33df 100644 --- a/.gitignore +++ b/.gitignore @@ -145,3 +145,6 @@ dmypy.json # Spread files .spread-reuse*.yaml + +# `snapcraft try` can be very useful +/prime/ From 78d00c3ca278947cf45026626d8b965c740e5bfe Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Wed, 11 Dec 2024 13:02:10 -0500 Subject: [PATCH 2/2] 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: