diff --git a/docs/source/conf.py b/docs/source/conf.py index 2e7bbf8b..524df415 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -31,7 +31,7 @@ # built documents. # # The short X.Y version. -version = '1.3.0' +version = '1.3.1' # The full version, including alpha/beta/rc tags. release = version @@ -127,10 +127,10 @@ # -- External mapping ------------------------------------------------------- intersphinx_mapping = { - 'biosteam': ('https://biosteam.readthedocs.io/en/latest', None), - 'thermosteam': ('https://biosteam.readthedocs.io/en/latest', None), - 'BioSTEAM': ('https://biosteam.readthedocs.io/en/latest', None), - 'Thermosteam': ('https://biosteam.readthedocs.io/en/latest', None), - 'scipy': ('https://docs.scipy.org/doc/scipy/', None), - 'SALib': ('https://salib.readthedocs.io/en/latest', None), + 'biosteam': ('https://biosteam.readthedocs.io', None), + 'thermosteam': ('https://biosteam.readthedocs.io', None), + 'BioSTEAM': ('https://biosteam.readthedocs.io', None), + 'Thermosteam': ('https://biosteam.readthedocs.io', None), + 'scipy': ('https://docs.scipy.org/doc/scipy', None), + 'SALib': ('https://salib.readthedocs.io', None), }