summaryrefslogtreecommitdiffstats
path: root/Doc/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)Hugo van Kemenade2022-03-301-1/+1
|
* bpo-42238: [doc] moving from rstlint.py to sphinx-lint. (GH-31097)Julien Palard2022-02-101-0/+2
|
* [doc] Add license_url for python-docs-theme 2022.1. (GH-30527)Julien Palard2022-01-111-1/+1
|
* bpo-45618: Update Sphinx version used to build the documentation to 4.2.0 ↵m-aciek2021-10-311-5/+1
| | | | | | | | | | | (GH-29256) Updating version of Sphinx to most recent one, 4.2.0. Documentation builds without warnings. Sphinx 4.2.0 release notes: https://www.sphinx-doc.org/en/master/changes.html#release-4-2-0-released-sep-12-2021. cc @JulienPalard Automerge-Triggered-By: GH:JulienPalard
* bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 ↵m-aciek2021-10-271-0/+4
| | | | | | (GH-29230) Co-authored-by: Maciej Olko <maciej.olko@yougov.com> Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
* bpo-35293: Travis CI uses "make venv" for the doc (GH-22307)Victor Stinner2020-09-181-3/+10
| | | | | | | Doc/requirements.txt becomes the reference for packages and package versions needed to build the Python documentation. * Doc/Makefile now uses Doc/requirements.txt * .travis.yml now uses "make env" of Doc/Makefile
* Bump Sphinx to 2.2.0. (GH-16532)Julien Palard2019-10-221-1/+1
|
* bpo-37860: Add netlify deploy preview for docs (GH-15288)Ashwin Ramaswami2019-08-211-0/+5
* add netlify deploy preview * fix publish path * install python3 venv * add sudo * try without venv * install right dependencies * use python3, not python * use pip3 * python3.7 * use requirements.txt * move requirements.txt to Doc * use python 3.7 in runtime.txt * move runtime.txt * Update requirements.txt