Skip to content

Commit 5b3b4a4

Browse files
committed
FIX: Fix RTD
1 parent b4f2126 commit 5b3b4a4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
numpy
22
matplotlib
33
pydata-sphinx-theme
4+
sphinx>2

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ def read(fname):
3838
"Programming Language :: Python :: 3.5",
3939
"Programming Language :: Python :: 3.6",
4040
"Programming Language :: Python :: 3.7",
41+
"Programming Language :: Python :: 3.8",
42+
"Programming Language :: Python :: 3.9",
4143
],
4244
keywords="sphinx numpy",
4345
author="Pauli Virtanen and others",

0 commit comments

Comments
 (0)