We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865ad49 commit be5c0bbCopy full SHA for be5c0bb
2 files changed
.readthedocs.yml
@@ -14,7 +14,9 @@ build:
14
- asdf plugin add uv
15
- asdf install uv latest
16
- asdf global uv latest
17
- - uv sync --only-group docs --frozen
+ - uv sync --group docs --frozen
18
+ - uv run cci task doc --write
19
+ - uv run cci flow doc > docs/flows.rst
20
- uv run -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
21
22
# Build documentation in the docs/ directory with Sphinx
docs/reference.md
@@ -6,7 +6,7 @@ maxdepth: 1
6
---
7
8
cheat-sheet
9
-tasks
+cumulusci_tasks
10
flows
11
env_var_reference
12
```
0 commit comments