From e78d7fd21444321574913ee490d88808f0f475fd Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 8 Oct 2021 17:48:00 +0000 Subject: [PATCH] docs: update requirements. Sphinx 4.2 or later is required for compatibility with Python 3.10. A released version of Pygments can now be used for highlighting. --- docs/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0f51316..305e14a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,3 @@ -sphinx~=3.0 +sphinx~=4.2 sphinxcontrib-platformpicker~=1.1 --e git+http://github.com/pygments/pygments.git#egg=pygments sphinx-rtd-theme~=0.5.0 -- 2.30.2