[DOCs][RTD] Try to get better information about branch

- Avoiding a swallow checkout
- Trying to fix the link to the GHA tests
This commit is contained in:
Salvador E. Tropea 2023-08-29 09:10:18 -03:00
parent dacd98fbc4
commit 5a6eb85027
1 changed files with 2 additions and 1 deletions

View File

@ -16,9 +16,10 @@ build:
# golang: "1.19"
jobs:
post_checkout:
# Get information about the repo
- git fetch --unshallow || true
# Avoid creating KiCost docs
- rm -rf submodules
# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/source/conf.py