From 590bc33fd06c1ffc4da3186927f1198dacf7eb8d Mon Sep 17 00:00:00 2001 From: jramsdell-bt Date: Wed, 3 Apr 2024 14:43:36 -0400 Subject: [PATCH] Update workflow with new extension --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ae68460..7deb9ef 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-python@v3 - name: Install dependencies run: | - pip install sphinx sphinx_rtd_theme pydata-sphinx-theme sphinx-design + pip install sphinx sphinx_rtd_theme pydata-sphinx-theme sphinx-design sphinx-copybutton - name: Sphinx build run: | sphinx-build docs _build