mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Draft: set up docs based on docstrings and publish HTML versions
This commit is contained in:
parent
022d0796d8
commit
a15581faa9
5 changed files with 147 additions and 0 deletions
5
setup.py
5
setup.py
|
@ -92,6 +92,11 @@ setup(name='fdroidserver',
|
|||
'pyjks',
|
||||
'html5print'
|
||||
],
|
||||
'docs': [
|
||||
'sphinx',
|
||||
'numpydoc',
|
||||
'pydata_sphinx_theme',
|
||||
]
|
||||
},
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue