add sphinx docs, update docstrings
diff --git a/setup.py b/setup.py
index 3b6f4d3..6cf59ef 100644
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,7 @@
author_email='armin.ronacher@active-4.com',
maintainer='Pallets team',
maintainer_email='contact@palletsprojects.com',
- description='Safely add untrusted strings to XML/HTML markup.',
+ description='Safely add untrusted strings to HTML/XML markup.',
long_description=readme,
classifiers=[
'Development Status :: 5 - Production/Stable',
@@ -92,6 +92,12 @@
'pytest',
'coverage',
'tox',
+ 'sphinx',
+ 'pallets-sphinx-themes',
+ ],
+ 'docs': [
+ 'sphinx',
+ 'pallets-sphinx-themes',
],
},
packages=['markupsafe'],