We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f2126 commit 5b3b4a4Copy full SHA for 5b3b4a4
doc/requirements.txt
@@ -1,3 +1,4 @@
1
numpy
2
matplotlib
3
pydata-sphinx-theme
4
+sphinx>2
setup.py
@@ -38,6 +38,8 @@ def read(fname):
38
"Programming Language :: Python :: 3.5",
39
"Programming Language :: Python :: 3.6",
40
"Programming Language :: Python :: 3.7",
41
+ "Programming Language :: Python :: 3.8",
42
+ "Programming Language :: Python :: 3.9",
43
],
44
keywords="sphinx numpy",
45
author="Pauli Virtanen and others",
0 commit comments