From 5c14825d69fa68cd7a93db70d1977ecd3ef10a58 Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Thu, 16 Sep 2021 18:13:41 -0400 Subject: [PATCH] Add stable link in docs --- doc/utils/sphinx-config/conf.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/utils/sphinx-config/conf.py.in b/doc/utils/sphinx-config/conf.py.in index 68a61af009..6b95da5a7e 100644 --- a/doc/utils/sphinx-config/conf.py.in +++ b/doc/utils/sphinx-config/conf.py.in @@ -418,6 +418,7 @@ html_context['current_version'] = os.environ.get('LAMMPS_WEBSITE_BUILD_VERSION', html_context['git_commit'] = git_commit html_context['versions'] = [ ('latest', 'https://docs.lammps.org/latest/'), + ('stable', 'https://docs.lammps.org/stable/'), (version, 'https://docs.lammps.org/') ] html_context['downloads'] = [('PDF', 'Manual.pdf')]