forked from pool/python-service_identity
- add local-intersphinx-inventories.patch for generating the docs correctly - add fetch-intersphinx-inventories.sh to fetch the inventories OBS-URL: https://build.opensuse.org/request/show/671216 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-service_identity?expand=0&rev=16
7 lines
212 B
Bash
7 lines
212 B
Bash
#!/bin/sh
|
|
|
|
wget -O pyopenssl.inv https://pyopenssl.readthedocs.io/en/stable/objects.inv
|
|
wget -O python3.inv https://docs.python.org/3/objects.inv
|
|
wget -O crypto.inv https://cryptography.io/en/latest/objects.inv
|
|
|