Skip to content

Commit

Permalink
docs: remove graphviz (#69)
Browse files Browse the repository at this point in the history
* ci: change graphviz installation method

* docs: remove graphviz

need to align graphviz version in CI with pygraphviz version, no time to deal with this for now

* pin sphinx

* fix labels

* remove pep517
  • Loading branch information
jnicoulaud-ledger authored Oct 11, 2024
1 parent 0c4e802 commit 3feca42
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 188 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
ci
sources
dependencies
submodules
add_comment: true

- name: Get API keys
Expand All @@ -68,10 +69,6 @@ jobs:
timeout-minutes: 10
uses: ./.github/actions/pdm

- name: Setup Graphviz
timeout-minutes: 10
uses: ts-graphviz/setup-graphviz@v2

- name: Install dependencies
timeout-minutes: 10
run: pdm install --dev --check --frozen-lockfile
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
timeout-minutes: 10
uses: actions/checkout@v4

- name: Setup Graphviz
timeout-minutes: 10
uses: ts-graphviz/setup-graphviz@v2

- name: Setup python / PDM
timeout-minutes: 10
uses: ./.github/actions/pdm
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
timeout-minutes: 10
uses: actions/checkout@v4

- name: Setup Graphviz
timeout-minutes: 10
uses: ts-graphviz/setup-graphviz@v2

- name: Setup python / PDM
timeout-minutes: 10
uses: ./.github/actions/pdm
Expand Down
4 changes: 0 additions & 4 deletions docs/pages/usage_library.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ Descriptors can be manipulated in 2 forms:
:noindex:
:model-show-config-summary: False
:model-show-field-summary: False
:model-erdantic-figure: True
:model-erdantic-figure-collapsed: False
```

#### resolved data model
Expand All @@ -75,8 +73,6 @@ Descriptors can be manipulated in 2 forms:
:noindex:
:model-show-config-summary: False
:model-show-field-summary: False
:model-erdantic-figure: True
:model-erdantic-figure-collapsed: False
```

### `erc7730.lint`
Expand Down
Loading

0 comments on commit 3feca42

Please sign in to comment.