From aa1c9e37fda7ce21572e41042a82fd4e6aa6cb4d Mon Sep 17 00:00:00 2001 From: lethosor Date: Tue, 11 May 2021 19:49:13 -0400 Subject: [PATCH] Revert "Force maximum of Sphinx 3 for now" This reverts commit 82ca4c35a5c9e1a671e6e8eee85337ace39fcf7b. --- .github/workflows/build.yml | 2 +- docs/Documentation.rst | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db6310d71..869ca407e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,7 +111,7 @@ jobs: python-version: 3 - name: Install dependencies run: | - pip install 'sphinx<4' + pip install sphinx - name: Clone DFHack uses: actions/checkout@v1 with: diff --git a/docs/Documentation.rst b/docs/Documentation.rst index 1698038bc..5e1f8c599 100644 --- a/docs/Documentation.rst +++ b/docs/Documentation.rst @@ -127,10 +127,6 @@ Required dependencies In order to build the documentation, you must have Python with Sphinx version |sphinx_min_version| or later. Python 3 is recommended. -.. warning:: - - Sphinx 4 is currently not supported. See :issue:`1851` for details. - When installing Sphinx from OS package managers, be aware that there is another program called Sphinx, completely unrelated to documentation management. Be sure you are installing the right Sphinx; it may be called ``python-sphinx``,