summaryrefslogtreecommitdiffstats
path: root/Doc/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32153)Hugo van Kemenade2022-03-281-0/+2
| | | | Co-authored-by: Maciej Olko <maciej.olko@gmail.com>
* [doc] Add license_url for python-docs-theme 2022.1. (GH-30527) (GH-30541)Miss Islington (bot)2022-01-111-1/+1
| | | | | | | (cherry picked from commit 6f05e1ec193c132015e9a23d1137b1731596f186) Co-authored-by: Julien Palard <julien@palard.fr> Co-authored-by: Julien Palard <julien@palard.fr>
* [3.9] bpo-45618: Fix documentation build by pinning Docutils version to ↵Ned Deily2021-10-271-0/+4
| | | | | | 0.17.1 (GH-29230) (GH-29241) 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) (GH-22309)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 * Update Sphinx to version 2.4.4 (cherry picked from commit 8394500cca56490cc347604d39ca40abcdce46c3)
* 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