From 3f5e3cc83ce10544142f257ad20036d223a129a9 Mon Sep 17 00:00:00 2001 From: alexandergagliano Date: Fri, 28 Jun 2024 14:01:20 -0400 Subject: [PATCH] attempting to fix doc tests --- .github/workflows/docs.yml | 6 +++--- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 353f1b5..eb13b52 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -4,15 +4,15 @@ on: [push] jobs: build: - runs-on: ubuntu-latest + runs-on: [ubuntu-20.04] steps: - uses: actions/checkout@v3 - - name: Set up Python 3.9 + - name: Set up Python 3.8 uses: actions/setup-python@v3 with: - python-version: 3.9 + python-version: 3.8 - name: Install dependencies run: | diff --git a/setup.cfg b/setup.cfg index 51d1e9b..f54fcbc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ test = pytest-cov pytest-astropy docs = - sphinx==2.0.0 + sphinx sphinx-automodapi sphinx-astropy sphinx-rtd-theme