Bug 1891375 - Update to sphinx 7.2.6 r=firefox-source-docs-reviewers,ahal DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D206585
This commit is contained in:
Sylvestre Ledru
2024-04-15 14:35:48 +00:00
parent 8a34220acd
commit c143e87aa2
3 changed files with 5 additions and 2 deletions

View File

@@ -123,4 +123,4 @@ fatal warnings:
- "WARNING: '([^']*)' reference target not found:((?!.rst).)*$" - "WARNING: '([^']*)' reference target not found:((?!.rst).)*$"
- "WARNING: Include file '([^']*)' not found or reading it failed" - "WARNING: Include file '([^']*)' not found or reading it failed"
max_num_warnings: 837 max_num_warnings: 845

View File

@@ -1,5 +1,6 @@
pth:tools/lint/eslint/ pth:tools/lint/eslint/
pypi:Sphinx==7.1.2 pypi:Sphinx==7.1.2 ; python_version <= '3.8'
pypi:Sphinx==7.2.6 ; python_version > '3.8'
pypi:boto3==1.33.5 pypi:boto3==1.33.5
pypi:fluent.pygments==1.0 pypi:fluent.pygments==1.0
pypi:livereload==2.6.3 pypi:livereload==2.6.3

View File

@@ -4,6 +4,7 @@
--- ---
generate: generate:
description: Generate the Sphinx documentation description: Generate the Sphinx documentation
use-python: "3.11"
platform: doc/opt platform: doc/opt
treeherder: treeherder:
symbol: doc(generate) symbol: doc(generate)
@@ -37,6 +38,7 @@ generate:
upload: upload:
description: Generate and upload the Sphinx documentation description: Generate and upload the Sphinx documentation
use-python: "3.11"
platform: doc/opt platform: doc/opt
attributes: attributes:
code-review: true code-review: true