Bug 1601612 - Move to sphinx 2.2.2 r=ahal

Depends on D55937

Differential Revision: https://phabricator.services.mozilla.com/D55959

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sylvestre Ledru 2019-12-15 16:24:59 +00:00
parent e945783c5b
commit 7404192dae
4 changed files with 47 additions and 19 deletions

View File

@ -15,7 +15,7 @@ singledispatch = "~=3.4.0"
sphinx-js = "~=2.8"
sphinx-rtd-theme = "~=0.4.2"
sphinxcontrib-mermaid = "~=0.3.1"
sphinx = "~=1.8.5"
sphinx = "~=2.2.2"
tornado = "~=5.1.1"
[requires]

View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "0d78f0e6f293c9b18601f45dd8cf67d2a1b32aee95e083658a413141b69f94f1"
"sha256": "18aca594b62dbdca74a4d6c7cf881a12cfce12d694c0518b2c532efc4e3fa272"
},
"pipfile-spec": 6,
"requires": {
@ -295,11 +295,11 @@
},
"sphinx": {
"hashes": [
"sha256:9f3e17c64b34afc653d7c5ec95766e03043cc6d80b0de224f59b6b6e19d37c3c",
"sha256:c7658aab75c920288a8cf6f09f244c6cfdae30d82d803ac1634d9f223a80ca08"
"sha256:3b16e48e791a322d584489ab28d8800652123d1fbfdd173e2965a31d40bf22d7",
"sha256:559c1a8ed1365a982f77650720b41114414139a635692a23c2990824d0a84cf2"
],
"index": "pypi",
"version": "==1.8.5"
"version": "==2.2.2"
},
"sphinx-js": {
"hashes": [
@ -317,6 +317,34 @@
"index": "pypi",
"version": "==0.4.3"
},
"sphinxcontrib-applehelp": {
"hashes": [
"sha256:edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897",
"sha256:fb8dee85af95e5c30c91f10e7eb3c8967308518e0f7488a2828ef7bc191d0d5d"
],
"version": "==1.0.1"
},
"sphinxcontrib-devhelp": {
"hashes": [
"sha256:6c64b077937330a9128a4da74586e8c2130262f014689b4b89e2d08ee7294a34",
"sha256:9512ecb00a2b0821a146736b39f7aeb90759834b07e81e8cc23a9c70bacb9981"
],
"version": "==1.0.1"
},
"sphinxcontrib-htmlhelp": {
"hashes": [
"sha256:4670f99f8951bd78cd4ad2ab962f798f5618b17675c35c5ac3b2132a14ea8422",
"sha256:d4fd39a65a625c9df86d7fa8a2d9f3cd8299a3a4b15db63b50aac9e161d8eff7"
],
"version": "==1.0.2"
},
"sphinxcontrib-jsmath": {
"hashes": [
"sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178",
"sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"
],
"version": "==1.0.1"
},
"sphinxcontrib-mermaid": {
"hashes": [
"sha256:d2e33529c63c12724193b210dcbd4285ca6cff17b8f91f9dbcb8b4b7d07595e7"
@ -324,12 +352,19 @@
"index": "pypi",
"version": "==0.3.1"
},
"sphinxcontrib-websupport": {
"sphinxcontrib-qthelp": {
"hashes": [
"sha256:1501befb0fdf1d1c29a800fdbf4ef5dc5369377300ddbdd16d2cd40e54c6eefc",
"sha256:e02f717baf02d0b6c3dd62cf81232ffca4c9d5c331e03766982e3ff9f1d2bc3f"
"sha256:513049b93031beb1f57d4daea74068a4feb77aa5630f856fcff2e50de14e9a20",
"sha256:79465ce11ae5694ff165becda529a600c754f4bc459778778c7017374d4d406f"
],
"version": "==1.1.2"
"version": "==1.0.2"
},
"sphinxcontrib-serializinghtml": {
"hashes": [
"sha256:c0efb33f8052c04fd7a26c0a07f1678e8512e0faec19f4aa8f2473a8b81d5227",
"sha256:db6615af393650bf1151a6cd39120c29abaf93cc60db8c48eb2dddbfdc3a9768"
],
"version": "==1.1.3"
},
"tornado": {
"hashes": [
@ -344,20 +379,12 @@
"index": "pypi",
"version": "==5.1.1"
},
"typing": {
"hashes": [
"sha256:91dfe6f3f706ee8cc32d38edbbf304e9b7583fb37108fef38229617f8b3eba23",
"sha256:c8cabb5ab8945cd2f54917be357d134db9cc1eb039e59d1606dc1e60cb1d9d36",
"sha256:f38d83c5a7a7086543a0f649564d661859c5146a85775ab90c0d2f93ffaa9714"
],
"markers": "python_version < '3.5'",
"version": "==3.7.4.1"
},
"urllib3": {
"hashes": [
"sha256:a8a318824cc77d1fd4b2bec2ded92646630d7fe8619497b142c84a9e6f5a7293",
"sha256:f3c5fd51747d450d4dcf6f923c81f78f811aab8205fda64b0aba34a4e48b0745"
],
"markers": "python_version == '2.7'",
"version": "==1.25.7"
}
},

View File

@ -36,6 +36,7 @@ sys.path.insert(0, OUR_DIR)
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosectionlabel',
'sphinx.ext.doctest',
'sphinx.ext.graphviz',
'sphinx.ext.napoleon',
'sphinx.ext.todo',

View File

@ -17,7 +17,7 @@ from mozpack.manifests import InstallManifest
import frontmatter
import sphinx
import sphinx.apidoc
import sphinx.ext.apidoc
here = os.path.abspath(os.path.dirname(__file__))
build = MozbuildObject.from_environment(cwd=here)