From bcd03f307447bb7f6352c0a3d1c9f975719f1e17 Mon Sep 17 00:00:00 2001 From: Thomas-Otavio Peulen Date: Mon, 18 Mar 2024 21:13:16 +0100 Subject: [PATCH] Pin sphinx version --- .github/workflows/build-docs.yml | 2 +- doc/environment.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 039be84..09eefc0 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -35,5 +35,5 @@ jobs: password: ${{secrets.SFTP_PASSWORD}} port: ${{secrets.SFTP_PORT}} uploads: | - ./doc/_build/html/stable/ => ./www/docs.peulen.xyz/project/bff/${{ github.ref_slug }}/ + ./doc/_build/html/stable/ => ./www/docs.peulen.xyz/project/bff/ delete: 'true' diff --git a/doc/environment.yml b/doc/environment.yml index 31128c9..afa30cf 100644 --- a/doc/environment.yml +++ b/doc/environment.yml @@ -14,8 +14,9 @@ dependencies: - jupyter_client # needed for nbsphinx - sphinx < 7.0 - nbsphinx + - sphinx 4.5.* - sphinx_rtd_theme - - sphinx-gallery + - sphinx-gallery 0.14.* - sphinxcontrib-bibtex - sphinxcontrib-websupport - matplotlib