i9ce
MSVSphere Packaging Team 1 year ago
parent d799f9be9b
commit 78a699670b

@ -1,10 +0,0 @@
--- hypothesis-python-3.12.0/docs/conf.py.orig 2017-07-06 23:59:48.000000000 -0700
+++ hypothesis-python-3.12.0/docs/conf.py 2017-07-10 22:27:58.643985059 -0700
@@ -40,7 +40,6 @@
'sphinx.ext.doctest',
'sphinx.ext.extlinks',
'sphinx.ext.viewcode',
- 'sphinx.ext.intersphinx',
]
templates_path = ['_templates']

@ -0,0 +1,69 @@
{
"python-typing-extensions": {
"build": {
"python-pytest-xdist": [
"python3-pytest-xdist"
]
}
},
"python-pytest-xdist": {
"build": {
"python-execnet": [
"python3dist(execnet) >= 1.1"
]
}
},
"python-execnet": {
"build": {
"python-gevent": [
"python3-gevent"
]
}
},
"python-gevent": {
"build": {
"python-zope-interface": [
"python3-zope-interface"
]
}
},
"python-zope-interface": {
"build": {
"python3-docs": [
"python3-docs"
],
"python-repoze-sphinx-autointerface": [
"python3dist(repoze-sphinx-autointerface)"
],
"python-zope-event": [
"python3dist(zope-event)"
]
}
},
"python3-docs": {
"build": {
"linkchecker": [
"linkchecker"
],
"python-docs-theme": [
"python3-docs-theme >= 2022.1"
]
}
},
"linkchecker": {
"build": {}
},
"python-docs-theme": {
"build": {}
},
"python-repoze-sphinx-autointerface": {
"build": {
"python-zope-interface": [
"python3dist(zope-interface)"
]
}
},
"python-zope-event": {
"build": {}
}
}
Loading…
Cancel
Save