diff --git a/docs/conf.py b/docs/conf.py index 922f3b2..f2245db 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ version = sass.__version__ # The full version, including alpha/beta/rc tags. release = version -intersphinx_mapping = {'python': ('https://docs.python.org/3', None)} +intersphinx_mapping = {'python': ('/usr/share/doc/python3-doc/html', None)} # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -264,9 +264,9 @@ texinfo_documents = [ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { - 'python': ('https://docs.python.org/', None), - 'setuptools': ('https://setuptools.readthedocs.io/en/latest/', None), - 'flask': ('http://flask.pocoo.org/docs/', None), + 'python': ('/usr/share/doc/python3-doc/html', None), + 'setuptools': ('/usr/share/doc/python-setuptools-doc/html', None), + 'flask': ('/usr/share/doc/python-flask-doc/html', None), }