From 95487446b60c6d541cc4dcbb1f2ebdb9ab0a74cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Mon, 18 Jul 2022 10:25:38 +0200 Subject: [PATCH] Fix sphinx markdown tables --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 4abec7c..ee38cb7 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -18,7 +18,7 @@ jobs: python-version: "3.9" architecture: "x64" - name: Install dependencies - run: python -m pip install sphinx sphinx-material recommonmark sphinx-markdown-tables requests pytest-check-links + run: python -m pip install sphinx sphinx-material recommonmark git+https://github.com/Dzordzu/sphinx-markdown-tables@3bc0849cf6dc0e1b7fe52aafadc2e2ccca698a01 requests pytest-check-links - name: Check links run: | cp extensions.tpl extensions.md