summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJens Vagelpohl <jens@plyp.com>2022-11-16 12:48:36 +0100
committerJens Vagelpohl <jens@plyp.com>2022-11-16 12:48:36 +0100
commit91f84c7d08fee4a6a4a17a9937743824c352c55b (patch)
treecb12afbea623990e7a5c75a21407e9fcd45244d1 /docs
parentc2f66ea00ba3c8cb390925c900806b112b2aac31 (diff)
downloadzope-security-91f84c7d08fee4a6a4a17a9937743824c352c55b.tar.gz
- prepare release 5.6 and package cleanups5.6
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 31497bf..f6a2968 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -259,16 +259,16 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
- 'https://docs.python.org/': None,
+ 'https://docs.python.org/3/': None,
'https://zopeinterface.readthedocs.io/en/latest': None,
'https://zopeproxy.readthedocs.io/en/latest': None,
'https://zopeschema.readthedocs.io/en/latest': None,
'https://zopelocation.readthedocs.io/en/latest': None,
}
-extlinks = {'issue': ('https://github.com/zopefoundation/zope.datetime/issues/%s',
+extlinks = {'issue': ('https://github.com/zopefoundation/zope.security/issues/%s',
'issue #'),
- 'pr': ('https://github.com/zopefoundation/zope.datetime/pull/%s',
+ 'pr': ('https://github.com/zopefoundation/zope.security/pull/%s',
'pull request #')}
autodoc_default_flags = [