Skip to content

Commit 2785883

Browse files
committed
Updated RTD build to set edit_uri dynamically
1 parent 7e32158 commit 2785883

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.readthedocs.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ build:
2121
os: ubuntu-24.04
2222
tools:
2323
python: "3.13"
24-
# jobs:
25-
# post_checkout: # MODIFY IF NEEDED: uncomment to cancel the RTD build
26-
# - exit 183
24+
jobs:
25+
# post_checkout: ['exit 183'] # MODIFY IF NEEDED: uncomment to cancel the RTD build
26+
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
2729

2830
# Build documentation with Mkdocs
2931
mkdocs:

0 commit comments

Comments
 (0)