14
0
Files
python-service_identity/local-intersphinx-inventories.patch
Matej Cepl 436861b84a Accepting request 671216 from home:frispete:python
- 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
2019-02-06 09:14:33 +00:00

16 lines
602 B
Diff

Index: b/docs/conf.py
===================================================================
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -301,7 +301,7 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
- "https://docs.python.org/3/": None,
- "https://pyopenssl.readthedocs.io/en/stable": None,
- "https://cryptography.io/en/stable/": None,
+ "https://docs.python.org/3/": "python3.inv",
+ "https://pyopenssl.readthedocs.io/en/stable": "pyopenssl.inv",
+ "https://cryptography.io/en/stable/": "crypto.inv",
}