From 1c2d8979c47dd849197cbf01a48883d545c9e2ce Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Wed, 15 Nov 2023 22:39:03 -0800 Subject: [PATCH] Update docs --- .github/workflows/ci.yml | 1 + setup.cfg | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0757c9896..f7cbb2273 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: needs: [core] uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 with: + default_python: '3.9' submodules: false coverage: codecov toxdeps: tox-pypi-filter diff --git a/setup.cfg b/setup.cfg index d97acc034..59dd3d87b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,6 +56,8 @@ docs = pytest-doctestplus>=0.9.0 sphinx sphinx-automodapi + # Remove next line when fixed in towncrier; see https://github.com/twisted/towncrier/issues/528 + importlib-resources<6 sphinx-changelog>=1.1.0 sphinx-gallery sphinxext-opengraph