[DOCs][RTD] Trying to skip KiCost docs generation
This commit is contained in:
parent
487e5a751c
commit
6a05ff0525
|
|
@ -14,6 +14,10 @@ build:
|
|||
# nodejs: "19"
|
||||
# rust: "1.64"
|
||||
# golang: "1.19"
|
||||
jobs:
|
||||
post_checkout:
|
||||
# Avoid creating KiCost docs
|
||||
- rm -rf submodules
|
||||
|
||||
# Build documentation in the "docs/" directory with Sphinx
|
||||
sphinx:
|
||||
|
|
|
|||
Loading…
Reference in New Issue