Draft: set up docs based on docstrings and publish HTML versions

This commit is contained in:
Benedikt Brückmann 2021-05-03 15:35:11 +02:00 committed by Hans-Christoph Steiner
parent 022d0796d8
commit a15581faa9
5 changed files with 147 additions and 0 deletions

View file

@ -92,6 +92,11 @@ setup(name='fdroidserver',
'pyjks',
'html5print'
],
'docs': [
'sphinx',
'numpydoc',
'pydata_sphinx_theme',
]
},
classifiers=[
'Development Status :: 4 - Beta',