From df01c2b90bb6c19bf3f4dd806b9d7d5bf4e9b781 Mon Sep 17 00:00:00 2001 From: Harshil <37377066+harshil21@users.noreply.github.com> Date: Sun, 1 Jan 2023 18:15:54 +0400 Subject: [PATCH 1/2] Revert "Bump `sphinx` from 5.3.0 to 6.0.0 (#3450)" This reverts commit f3a9b74445f72a51affca18df0aa51d51109d5a3. --- .github/CONTRIBUTING.rst | 2 +- .github/workflows/docs.yml | 4 ++-- docs/requirements-docs.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst index f7b8515e0d0..6b813ead8a4 100644 --- a/.github/CONTRIBUTING.rst +++ b/.github/CONTRIBUTING.rst @@ -185,7 +185,7 @@ doc strings don't have a separate documentation site they generate, instead, the User facing documentation ------------------------- -We use `sphinx`_ to generate static HTML docs. Note that this requires Poython 3.8+. To build the docs, first make sure you have the required dependencies: +We use `sphinx`_ to generate static HTML docs. To build them, first make sure you have the required dependencies: .. code-block:: bash diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3b54db2a6d4..c2163d4b4d0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,7 +5,7 @@ on: - master - doc-fixes push: - branches: + branches: - master - doc-fixes @@ -15,7 +15,7 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - python-version: [3.9] + python-version: [3.7] os: [ubuntu-latest] fail-fast: False steps: diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 584f9c1117d..2f8cd82483f 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,4 +1,4 @@ -sphinx==6.0.0 +sphinx==5.3.0 sphinx-pypi-upload furo==2022.12.7 git+https://github.com/harshil21/furo-sphinx-search@be5cfa221a01f6e259bb2bb1f76d6ede7ffc1f11#egg=furo-sphinx-search From 6257e6dd54f9db38671ac32686060eb8a294dd7a Mon Sep 17 00:00:00 2001 From: Harshil <37377066+harshil21@users.noreply.github.com> Date: Sun, 1 Jan 2023 18:29:49 +0400 Subject: [PATCH 2/2] review: bump py version to 3.9 --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c2163d4b4d0..3b54db2a6d4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,7 +5,7 @@ on: - master - doc-fixes push: - branches: + branches: - master - doc-fixes @@ -15,7 +15,7 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - python-version: [3.7] + python-version: [3.9] os: [ubuntu-latest] fail-fast: False steps: