Fix reference to inter-sphinx objects database

This commit is contained in:
Bruno Oliveira 2018-09-01 08:48:47 -03:00
parent 95881c870e
commit 75d29acc06
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library. # Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"python": ("http://docs.python.org/3", None)} intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
def setup(app): def setup(app):