You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar error to :code:`Warning, treated as error: integration-test-docker-environment/doc/changes/changes_0.10.0.md:5:duplicate label summary, other instance in integration-test-docker-environment/doc/changes/changes_0.1.0.md'`, might be caused by sphinx extension `sphinx.ext.autosectionlabel`. Try to remove this extension in `doc/conf.py`.
When running ``nox -s docs:multiversion``, I receive the following warnings during the build:
33
+
34
+
.. code-block::
35
+
36
+
WARNING: unknown config value 'smv_metadata_path' in override, ignoring
37
+
WARNING: unknown config value 'smv_current_version' in override, ignoring
38
+
39
+
If you receive the warnings above, it is very likely that the multiversion extension is not configured in your Sphinx configuration (``conf.py``). Try adding it to your configuration and rerun the build.
40
+
41
+
.. code-block:: python
42
+
43
+
extensions = [
44
+
...,
45
+
...,
46
+
"exasol.toolbox.sphinx.multiversion",
47
+
]
48
+
49
+
50
+
.. _faq_multiversion_selection_missing:
51
+
52
+
Missing Version Selection Box in Multiversion Documentation
If not all previous versions of the project are available via the version selection box of the multiversion documentation, it is likely due to the fact that the unavailable documentation for those versions was not in a compatible format (there hasn't been a compatible setup of a Sphinx-based documentation).
0 commit comments