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
3b11613cc7
deluge
/
docs
/
requirements.txt
5 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[Docs] Replace recommonmark with MyST parser We used recommonmark so that we can use markdown in sphinx but it is buggy and now so switch to better supported MyST-parser. * Fixed incorrect heading warnings in markdown. * Added sphinx toctree to markdown using directive as required by MyST. * Upgraded Sphinx to 4.3 Ref: https://myst-parser.readthedocs.io
2021-12-12 15:29:41 +00:00
sphinx==4.*
myst-parser
[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
[Docs] Add spellchecking with pyenchant - Use sphinxcontrib.spelling with custom wordlist. - Skip the checking of the modules documents as they raise false-positives. - Add a setup.py spellcheck_docs command. - Fix spelling and other issues. - Add a doc favicon.
2019-06-15 18:44:33 +00:00
sphinxcontrib-spelling