Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
author = 'Nextron Systems GmbH'
version='1.0'
extensions = [
'sphinx.ext.autosectionlabel',
'sphinx_rtd_theme'
'sphinx.ext.autosectionlabel'
]
templates_path = ['_templates']
source_suffix = '.rst'
Expand Down Expand Up @@ -36,4 +35,6 @@
autosectionlabel_maxdepth = 3
# disable epub mimetype warnings
suppress_warnings = ["epub.unknown_project_files"]

# Ignore anchors but still check link for the listed sites.
# E.g., required for websites that add anchors via JavaScript.
linkcheck_anchors_ignore_for_url = ['^https://github.com']
16 changes: 16 additions & 0 deletions usage/upgrade-and-updates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,19 @@ https://update1.nextron-systems.com/info.php
:alt: Update server information

Update server information

Upgrading to a specific version
-------------------------------

To upgrade to a specific THOR version, use the ``--version`` flag:

.. code:: doscon

C:\thor>thor-util.exe upgrade --version 10.7.27

.. hint::
It is also possible to specify more complex expressions instead of a single version. The full syntax
is described `here <https://github.com/Masterminds/semver#checking-version-constraints>`_.
To e.g. upgrade to the latest THOR 10, you can use ``upgrade --version ^10.0.0``.

When ``--version`` is used, ``--techpreview`` is ignored.
Loading