File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -124,13 +124,13 @@ plugins:
124124 ' examples/fine-tuning/axolotl/index.md ' : ' examples/single-node-training/axolotl/index.md'
125125 ' blog/efa.md ' : ' examples/clusters/efa/index.md'
126126 - typeset
127- # - gen-files:
128- # scripts: # always relative to mkdocs.yml
129- # - scripts/docs/gen_examples.py
130- # - scripts/docs/gen_cli_reference.py
131- # - scripts/docs/gen_openapi_reference.py
132- # - scripts/docs/gen_schema_reference.py
133- # - scripts/docs/gen_rest_plugin_spec_reference.py
127+ - gen-files :
128+ scripts : # always relative to mkdocs.yml
129+ - scripts/docs/gen_examples.py
130+ - scripts/docs/gen_cli_reference.py
131+ - scripts/docs/gen_openapi_reference.py
132+ - scripts/docs/gen_schema_reference.py
133+ - scripts/docs/gen_rest_plugin_spec_reference.py
134134 - mkdocstrings :
135135 handlers :
136136 python :
You can’t perform that action at this time.
0 commit comments