Skip to content

Commit b3dc0f9

Browse files
committed
fixup! 📝(api) add CLI documentation
1 parent 8caab3b commit b3dc0f9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.circleci/config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -434,14 +434,6 @@ jobs:
434434
- restore_cache:
435435
keys:
436436
- v1-docs-dependencies-python:3.12-{{ .Revision }}
437-
- run:
438-
name: Install development dependencies
439-
command: pip install --user .
440-
working_directory: docs
441-
- save_cache:
442-
paths:
443-
- ~/.local
444-
key: v1-docs-dependencies-python:3.12-{{ .Revision }}
445437
- run:
446438
name: Build documentation
447439
command: ~/.local/bin/mkdocs build

0 commit comments

Comments
 (0)