From 5b3b4a4abe7fd46c8f647d17ab7e6adc091d8b9c Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Wed, 21 Apr 2021 11:13:29 -0400 Subject: [PATCH] FIX: Fix RTD --- doc/requirements.txt | 1 + setup.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/requirements.txt b/doc/requirements.txt index 2c788654..f0dd419f 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,4 @@ numpy matplotlib pydata-sphinx-theme +sphinx>2 diff --git a/setup.py b/setup.py index ed1f1b8a..121bb5bc 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,8 @@ def read(fname): "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", ], keywords="sphinx numpy", author="Pauli Virtanen and others",