diff options
author | Eric Lin <anselor@gmail.com> | 2023-05-01 18:01:48 -0400 |
---|---|---|
committer | Eric Lin <anselor@gmail.com> | 2023-05-01 18:01:48 -0400 |
commit | 7a2c384b44af938f5a1ef8e682f78938b6266de7 (patch) | |
tree | 9e0798478046a20bc237d12aa335775e76ede61e | |
parent | 6abf2b6f8115741dad529f92ca21f88d4c52a526 (diff) | |
download | cmd2-git-poutput-psuccess.tar.gz |
Updating docs intersphinx to latestpoutput-psuccess
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index e5ecb562..ff64e04b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -164,7 +164,9 @@ texinfo_documents = [ # -- Options for Extensions ------------------------------------------- # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'http://docs.python.org/': None} +intersphinx_mapping = { + 'python 3': ('https://docs.python.org/3/', None), +} # options for autodoc autodoc_default_options = {'member-order': 'bysource'} |