From a95d02dd91c9ac51d16843f04c503df4ed9d4261 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 7 Jul 2022 22:29:56 -0500 Subject: [PATCH 1/2] Update version pins of sphinx and sphinx_rtd_theme --- docs/requirements-rtd.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/requirements-rtd.txt b/docs/requirements-rtd.txt index c3d1c0372b..9591d482f6 100644 --- a/docs/requirements-rtd.txt +++ b/docs/requirements-rtd.txt @@ -1,4 +1,5 @@ -sphinx==4.3.0 +sphinx==5.0.2 +sphinx_rtd_theme==1.0.0 sphinx-numfig jupyter sphinxcontrib-katex From ef452850bee91c7dc0d5a6ba2272c64e69ded873 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 11 Jul 2022 10:28:06 -0500 Subject: [PATCH 2/2] Don't skip CI for non-code files (reverting changes from #2010) --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 670b76cd94..050c8e287b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,13 +5,6 @@ on: workflow_dispatch: pull_request: - paths-ignore: - - 'docs/**' - - 'examples/**' - - 'man/**' - - '**.md' - - CODEOWNERS - - LICENSE branches: - develop - master