Skip to content

Commit be5c0bb

Browse files
authored
fix: restore task and flow reference docs (#3856)
fixes #3848
1 parent 865ad49 commit be5c0bb

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.readthedocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ build:
1414
- asdf plugin add uv
1515
- asdf install uv latest
1616
- asdf global uv latest
17-
- uv sync --only-group docs --frozen
17+
- uv sync --group docs --frozen
18+
- uv run cci task doc --write
19+
- uv run cci flow doc > docs/flows.rst
1820
- uv run -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
1921

2022
# Build documentation in the docs/ directory with Sphinx

docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ maxdepth: 1
66
---
77
88
cheat-sheet
9-
tasks
9+
cumulusci_tasks
1010
flows
1111
env_var_reference
1212
```

0 commit comments

Comments
 (0)