From 81f2ae1da08dbedfb0c6650688309cb9520f3d2b Mon Sep 17 00:00:00 2001 From: Yashar Zolmajdi <49378236+yasharzolmajdi@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:03:00 +1000 Subject: [PATCH] build: Update markdown builder package version (#307) --- .github/workflows/on-release.yaml | 12 ++++++++++++ poetry.lock | 10 +++++----- pyproject.toml | 2 +- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.github/workflows/on-release.yaml b/.github/workflows/on-release.yaml index 88bf747..99c7e8b 100644 --- a/.github/workflows/on-release.yaml +++ b/.github/workflows/on-release.yaml @@ -27,3 +27,15 @@ jobs: - name: Publish internally run: | ./ci docker run qctrl/ci-images:python-3.11-ci /scripts/publish-release-internally.sh + + update_documentation: + runs-on: ubuntu-latest + container: qctrl/ci-images:python-3.11-ci + steps: + - name: Update docs repo + uses: qctrl/reusable-workflows/.github/actions/docs/update-docs@master + with: + source_branch: master + target_branch: master + vault-role-id: ${{ secrets.VAULT_ROLE_ID }} + vault-secret-id: ${{ secrets.VAULT_SECRET_ID }} diff --git a/poetry.lock b/poetry.lock index a540d9c..d70eb61 100644 --- a/poetry.lock +++ b/poetry.lock @@ -862,13 +862,13 @@ test = ["cython", "html5lib", "pytest (>=4.6)", "typed_ast"] [[package]] name = "sphinx-markdown-builder" -version = "0.6.6" +version = "0.6.7" description = "A Sphinx extension to add markdown generation support." optional = false python-versions = ">=3.7" files = [ - {file = "sphinx-markdown-builder-0.6.6.tar.gz", hash = "sha256:febd8e03e20e357e624c52efdc7ef9d5ab70d58549784158033c9657d040f44e"}, - {file = "sphinx_markdown_builder-0.6.6-py3-none-any.whl", hash = "sha256:e6fd4626c6daf1c25a464fd7d6d64e4a97e69abca1684fb2a12fba44cb6db363"}, + {file = "sphinx_markdown_builder-0.6.7-py3-none-any.whl", hash = "sha256:6d52b63d2b7b3504ca664773e805b0ee8957239f2ca86103e793d96103970839"}, + {file = "sphinx_markdown_builder-0.6.7.tar.gz", hash = "sha256:9623c8d5963e18b3733ec8335a48b58c3e556a96529b73e4c65113cabd8e8591"}, ] [package.dependencies] @@ -877,7 +877,7 @@ sphinx = ">=5.1.0" tabulate = "*" [package.extras] -dev = ["black", "bumpver", "coveralls", "flake8", "isort", "pip-tools", "pylint", "pytest", "pytest-cov", "sphinx (>=5.3.0)", "sphinx-needs", "sphinxcontrib-plantuml", "sphinxcontrib.httpdomain"] +dev = ["black", "bumpver", "coveralls", "flake8", "isort", "pip-tools", "pylint", "pytest", "pytest-cov", "sphinx (>=5.3.0)", "sphinxcontrib-plantuml", "sphinxcontrib.httpdomain"] [[package]] name = "sphinxcontrib-applehelp" @@ -1075,4 +1075,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "db423885552f396d3f171b2764bc12532e2ffb2de6b46f41fef97a27ea432bdd" +content-hash = "7092155d2419865441c0ceea9a2a6d37ef7ce879d58cfadbfeb2d6955bab3b5e" diff --git a/pyproject.toml b/pyproject.toml index 0d43010..fccee12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ pylint = "^3.0.3" pytest = "^8.0.0" sphinx = "^5.0.0" tomli = "^2.0.1" -sphinx-markdown-builder = "^0.6.6" +sphinx-markdown-builder = "^0.6.7" [tool.poetry.urls] LinkedIn = "https://www.linkedin.com/company/q-ctrl/"