Move documentation location note to more logical section

This commit is contained in:
Alexander Minges 2025-07-10 10:51:48 +02:00
parent 951be79e1f
commit 97bbf6b544
Signed by: Athemis
SSH key fingerprint: SHA256:TUXshgulbwL+FRYvBNo54pCsI0auROsSEgSvueKbkZ4

View file

@ -47,6 +47,8 @@ This will build documentation for:
- Main development branches (``main``, ``master``, ``develop``)
- Version tags matching the pattern ``v*.*.*``
The generated documentation will be available in ``docs/build/multiversion/html/``.
Multiversion Configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -56,8 +58,6 @@ The multiversion setup can be customized in ``docs/source/conf.py``:
- ``smv_tag_whitelist``: Pattern for included tags
- ``smv_latest_version``: Default version to display
The generated documentation will be available in ``docs/build/multiversion/html/``.
Deployment
~~~~~~~~~~