Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs build: Add upper bounds to transitive dependencies (#103860) | Alex Waygood | 2023-04-26 | 1 | -0/+5 |
| | |||||
* | Doctest: Pin sphinxext-opengraph==0.7.5 to prevent importing NumPy (#101642) | Hugo van Kemenade | 2023-02-07 | 1 | -1/+1 |
| | |||||
* | Use sphinxext-opengraph to generate OpenGraph metadata (#99931) | Hugo van Kemenade | 2022-12-05 | 1 | -0/+1 |
| | | | Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | Docs: Bump sphinx-lint and fix unbalanced inline literal markup (#98441) | Hugo van Kemenade | 2022-10-19 | 1 | -4/+1 |
| | | | Bump sphinx-lint and fix unbalanced inline literal markup | ||||
* | Doc: sphinx-lint finds two other default roles. (GH-98019) | Julien Palard | 2022-10-07 | 1 | -1/+1 |
| | |||||
* | Docs: Fix backtick errors found by sphinx-lint (#97998) | Hugo van Kemenade | 2022-10-07 | 1 | -1/+1 |
| | | | Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> | ||||
* | Docs: pin sphinx-lint (GH-97992) | Hugo van Kemenade | 2022-10-06 | 1 | -1/+1 |
| | |||||
* | gh-93738: Disallow pre-v3 syntax in the C domain (#97962) | Adam Turner | 2022-10-06 | 1 | -1/+4 |
| | | | Also, disable using invalid sphinx-lint 0.6.2. | ||||
* | bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124) | Hugo van Kemenade | 2022-03-30 | 1 | -1/+1 |
| | |||||
* | bpo-42238: [doc] moving from rstlint.py to sphinx-lint. (GH-31097) | Julien Palard | 2022-02-10 | 1 | -0/+2 |
| | |||||
* | [doc] Add license_url for python-docs-theme 2022.1. (GH-30527) | Julien Palard | 2022-01-11 | 1 | -1/+1 |
| | |||||
* | bpo-45618: Update Sphinx version used to build the documentation to 4.2.0 ↵ | m-aciek | 2021-10-31 | 1 | -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-aciek | 2021-10-27 | 1 | -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 Stinner | 2020-09-18 | 1 | -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 Palard | 2019-10-22 | 1 | -1/+1 |
| | |||||
* | bpo-37860: Add netlify deploy preview for docs (GH-15288) | Ashwin Ramaswami | 2019-08-21 | 1 | -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 |