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
36cb4c5a4f
deluge
/
docs
/
requirements.txt
4 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[Docs] Updates and fixes to build on Python 3 - Updates to the sphinx conf - Applied Mock fixes to build on Python 3. - Group patches at bottom of conf file. - Use just a major.minor for version. - Specify Sphinx 2.0 version requirement. - Move requirements.txt to docs dir. - Add readthedocs config - Fix docstring code block rst formatting issue.
2019-05-21 01:19:57 +00:00
sphinx==2.0.*
[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