From 237797fe7732f8fca15f06f5f754579dd69b45e3 Mon Sep 17 00:00:00 2001 From: Greg Leonard <45019882+greg-el@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:02:15 +0100 Subject: [PATCH] Fix docs action (close #367) --- .github/workflows/documentation.yml | 16 ++++++++-------- docs/requirements.txt | 14 +++++++------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c50ac5e2..5f8991ab 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -2,8 +2,8 @@ name: documentation on: push: - branches: - - master + # branches: + # - master jobs: build: runs-on: ubuntu-latest @@ -12,9 +12,9 @@ jobs: - uses: ammaraskar/sphinx-action@master with: docs-folder: "docs/" - - name: Deploy to GitHub Pages - if: success() - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs/_build/html \ No newline at end of file + # - name: Deploy to GitHub Pages + # if: success() + # uses: peaceiris/actions-gh-pages@v3 + # with: + # github_token: ${{ secrets.GITHUB_TOKEN }} + # publish_dir: ./docs/_build/html \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt index 229d0ff5..10ead296 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,9 +1,9 @@ -sphinx -sphinx_rtd_theme -sphinx_copybutton -sphinx_minipres -sphinx_tabs +sphinx==7.1.2 +sphinx_rtd_theme==2.0.0 +sphinx_copybutton==0.5.2 +sphinx_minipres==0.2.1 +sphinx_tabs==3.4.5 sphinx_togglebutton>=0.2.0 -sphinx-autobuild +sphinx-autobuild==2021.3.14 myst_nb>0.8.3 -sphinx_rtd_theme_ext_color_contrast \ No newline at end of file +sphinx_rtd_theme_ext_color_contrast==0.3.2 \ No newline at end of file