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/ 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: