From c4af3ddc3a1677bf78077604ffa6623a3f18e909 Mon Sep 17 00:00:00 2001 From: Neil Shephard Date: Mon, 25 Jul 2022 10:59:03 +0100 Subject: [PATCH] 120 | sphinx-markdown-tables-0.0.16 released, reverting --- .github/workflows/sphinx_docx_to_gh_pages.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sphinx_docx_to_gh_pages.yaml b/.github/workflows/sphinx_docx_to_gh_pages.yaml index 01fd42bff..826ddf9f8 100644 --- a/.github/workflows/sphinx_docx_to_gh_pages.yaml +++ b/.github/workflows/sphinx_docx_to_gh_pages.yaml @@ -22,7 +22,6 @@ jobs: python-version: 3.9 - name: Installing the Documentation requirements run: | - pip3 install git+https://github.com/Dzordzu/sphinx-markdown-tables.git@markdown-patch pip3 install .[docs] - name: Running Sphinx to gh-pages Action uses: ns-rse/action-sphinx-docs-to-gh-pages@main