From 5e7597ac479b7d695ae6b9c6658540709e9da220 Mon Sep 17 00:00:00 2001 From: Sasha Rahlin Date: Wed, 24 Apr 2024 11:16:28 -0500 Subject: [PATCH] maybe more fixes --- .github/workflows/documentation.yaml | 2 +- docs/requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 6a31547..81317e4 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -21,7 +21,7 @@ jobs: - name: Build docs uses: ammaraskar/sphinx-action@master with: - pre-build-command: "apt-get --allow-releaseinfo-change update -y && apt-get install -y g++ && apt-get install -y gfortran && apt-get install -y pandoc && apt-get install -y git" + pre-build-command: "apt-get --allow-releaseinfo-change update -y && apt-get install -y g++ && apt-get install -y gfortran && apt-get install -y git" docs-folder: "docs/" - name: Checkout pages branch uses: actions/checkout@v3 diff --git a/docs/requirements.txt b/docs/requirements.txt index f146232..582e666 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,3 @@ -markupsafe sphinx_rtd_theme numpy nbsphinx