We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ef8f0 commit c8e6377Copy full SHA for c8e6377
docs/source/conf.py
@@ -28,7 +28,9 @@
28
# Add any Sphinx extension module names here, as strings. They can be
29
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
30
# ones.
31
-extensions = []
+extensions = [
32
+ 'sphinx.ext.doctest'
33
+]
34
35
# Add any paths that contain templates here, relative to this directory.
36
templates_path = ['_templates']
setup.py
@@ -44,6 +44,7 @@
44
'Programming Language :: Python :: 2.7',
45
'Programming Language :: Python :: 3.3',
46
'Programming Language :: Python :: 3.4',
47
+ 'Programming Language :: Python :: 3.5',
48
'Programming Language :: Python :: Implementation :: PyPy'
49
]
50
)
0 commit comments