This website requires JavaScript.
Explore
Help
Sign In
codex-storage
/
deluge
mirror of
https://github.com/codex-storage/deluge.git
Watch
1
Star
0
Fork
You've already forked deluge
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
515dbcc5d9
deluge
/
requirements-docs.txt
4 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[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.
2018-10-04 10:55:53 +00:00
sphinx==1.7.*
[Docs] Fix recommonmark monkey patch and pin version The refactored patch did not work so revert it. A new release of recommonmark breaks the docs build so pin it to working version.
2019-03-29 10:18:02 +00:00
recommonmark==0.4.*
[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.
2018-10-04 10:55:53 +00:00
sphinx_rtd_theme