This website requires JavaScript.
Explore
Help
Sign In
codex-storage
/
deluge
Watch
1
Star
0
Fork
0
You've already forked deluge
mirror of
https://github.com/codex-storage/deluge.git
synced
2025-02-04 07:33:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
deluge
/
docs
/
requirements.txt
6 lines
96 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 11:55:53 +01:00
sphinx_rtd_theme
[Docs] Fix spinx-contrib-spelling build error CI docs build was failing with the following error when using latest sphinx-contrib-spelling 7.3.1 error: option -j not recognized Fixed by pinning to previous version. GitHub-ref: https://github.com/sphinx-contrib/spelling/issues/142
2021-12-29 21:43:03 +00:00
sphinxcontrib-spelling==7.3.0
[Core] Document all exported core methods with type hints Standardize docstrings in core.py to google standard. Remove type hints in docstrings in favor of the ones in method signatures. Use function signature type hints in autodoc generated docs. Change Deferred type hints to strings. Older versions of twisted (<21.7) don't support generic Deferred type hinting, this prevents crashes on those versions. Closes: https://github.com/deluge-torrent/deluge/pull/359
2022-02-02 19:50:12 -05:00
sphinx-autodoc-typehints
Reference in New Issue
Copy Permalink