From 0f8937d6e3a2c8b20398c39f261b396045cdd3ee Mon Sep 17 00:00:00 2001 From: Yalin Date: Sat, 21 Oct 2023 17:54:04 -0400 Subject: [PATCH] update doc version and links --- docs/source/conf.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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), }