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')]