mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
a2430a8cce
* Add ci stage to test for broken links in documentation * Add docs validation to release process * Update .github/workflows/main.yml * Update .github/workflows/main.yml --------- Co-authored-by: Ryan P Kilby <kilbyr@gmail.com> Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
# MkDocs to build our documentation.
|
|
mkdocs>=1.1.2,<1.2
|
|
jinja2>=2.10,<3.1.0 # contextfilter has been renamed
|
|
|
|
# pylinkvalidator to check for broken links in documentation.
|
|
pylinkvalidator==0.3
|