diff options
author | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-11-18 15:58:53 +0100 |
---|---|---|
committer | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-11-18 15:58:53 +0100 |
commit | 1d1b2296c5bd2faae9d291d838cbde38f8517148 (patch) | |
tree | 312342e907668232db8c1e0a2b91b7dca20fc214 /doc/conf.py | |
parent | 142c5cf853b82d3d00836e0786f4ed3b976f95d0 (diff) | |
download | sphinx-git-1d1b2296c5bd2faae9d291d838cbde38f8517148.tar.gz |
Describe deployment on Read the Docs and GitHub Pages
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 220774b7f..893761cde 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -109,6 +109,7 @@ texinfo_documents = [ intersphinx_mapping = { 'python': ('https://docs.python.org/3/', None), 'requests': ('https://requests.readthedocs.io/en/master', None), + 'readthedocs': ('https://docs.readthedocs.io/en/stable', None), } # Sphinx document translation with sphinx gettext feature uses these settings: |