From f21298a54596824ac62a3ae3dbd812be6b6bb153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20W=C3=B6llert?= Date: Thu, 21 Mar 2024 12:57:37 +0100 Subject: [PATCH] Fix erdantic docs and semantic tests. --- .github/workflows/tests.yml | 10 ++++++---- docs/source/users/configuration.rst | 2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d314d4e1..f9a3b46c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,11 +1,13 @@ name: Semantic Tests on: push: - branches-ignore: - - release-please--branches--main + branches: + - '*' + - '!release-please*' pull_request: - branches-ignore: - - release-please--branches--main + branches: + - '*' + - '!release-please*' workflow_dispatch: jobs: diff --git a/docs/source/users/configuration.rst b/docs/source/users/configuration.rst index f49d1f90..c6fc2e29 100644 --- a/docs/source/users/configuration.rst +++ b/docs/source/users/configuration.rst @@ -187,6 +187,7 @@ Contains all modifications for pydantic `BaseModel`. :confpy: autodoc_pydantic_model_erdantic_figure :directive_option: model-erdantic-figure :values: True, False + :version: 1.9.0 Show the entity relationship diagram of the schemas using erdantic. To use this option, you need first to install @@ -205,6 +206,7 @@ Contains all modifications for pydantic `BaseModel`. :directive_option: model-erdantic-figure-collapsed :enable: model-erdantic-figure :values: True, False + :version: 1.9.0 Show the entity relationship diagram collapsed or not. :ref:`model-erdantic-figure ` must be True for this to have any effect.