mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-04 19:38:03 +03:00
[Docs] Add markdown support
- Use recommonmark to enable use of markdown files in docs. - Fix theme not specified - Remove unused spelling module. - Cleanup mocking modules in conf so building docs requires only Sphinx. - Simplify tox section, including use of requirements-docs file. Added slimit dependency for sdist-ing deluge package.
This commit is contained in:
parent
c415b097fe
commit
36606fc448
6 changed files with 40 additions and 24 deletions
2
setup.py
2
setup.py
|
@ -535,7 +535,7 @@ _package_data['deluge.ui.gtkui'] = ['glade/*.ui']
|
|||
if 'dev' not in _version:
|
||||
_exclude_package_data['deluge.ui.web'] = ['*-debug.js', '*-debug.css']
|
||||
|
||||
docs_require = ['Sphinx', 'recommonmark', 'sphinx-rtd-theme', 'sphinxcontrib-spelling']
|
||||
docs_require = ['sphinx', 'recommonmark', 'sphinx-rtd-theme']
|
||||
tests_require = [
|
||||
'coverage',
|
||||
'flake8',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue