Skip to content

Commit 2c29c85

Browse files
Gasoonjiafacebook-github-bot
authored andcommitted
remove buck2 from custom variables (#4231)
Summary: Pull Request resolved: #4231 for alpha+, we need to remove all buck2 commands and buck2 dependencies from static doc and github readmes. This diff gets rid of the buck2 from custom variable doc. Reviewed By: kirklandsign Differential Revision: D59658382 fbshipit-source-id: 11026e30f03afd0fa4e29fccd48f7176c56ddad9
1 parent e599d37 commit 2c29c85

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

docs/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,21 +94,18 @@ To build the documentation locally:
9494

9595
You can use custom variables in your `.md` and `.rst` files. The variables take
9696
their values from the files listed in the `./.ci/docker/ci_commit_pins/`
97-
directory. For example, to insert a variable that specifies the latest Buck2
97+
directory. For example, to insert a variable that specifies the latest PyTorch
9898
version, use the following syntax:
9999

100100
```
101-
The current version of Buck2 is ${executorch_version:buck2}.
101+
The current version of PyTorch is ${executorch_version:pytorch}.
102102
```
103103

104104
This will result in the following output:
105105

106106
<img src="./source/_static/img/s_custom_variables_extension.png" width="300">
107107

108-
We have the following custom variables defined in this docset:
109-
110-
- `${executorch_version:buck2}`
111-
- `${executorch_version:pytorch}`
108+
Right now we only support PyTorch version as custom variable, but will support others in the future.
112109

113110
You can use the variables in both regular text and code blocks.
114111

Loading

0 commit comments

Comments
 (0)