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