[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:
parent
dacd98fbc4
commit
5a6eb85027
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue