We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6919e8 commit e9bd312Copy full SHA for e9bd312
1 file changed
.readthedocs.yaml
@@ -21,9 +21,11 @@ build:
21
os: ubuntu-24.04
22
tools:
23
python: "3.13"
24
- # jobs:
25
- # post_checkout: # MODIFY IF NEEDED: uncomment to cancel the RTD build
26
- # - exit 183
+ jobs:
+ # post_checkout: ['exit 183'] # MODIFY IF NEEDED: uncomment to cancel the RTD build
+ build:
27
+ html:
28
+ - curl -sSL https://raw.githubusercontent.com/ACCESS-NRI/ACCESS-Hive-Docs/davide/test/.readthedocs/scripts/custom_build.sh | bash # Custom build
29
30
# Build documentation with Mkdocs
31
mkdocs:
0 commit comments