Skip to content

Commit

Permalink
Added section Duplicated label error when building documentation to…
Browse files Browse the repository at this point in the history
… faq (#288)
  • Loading branch information
tomuben authored Nov 19, 2024
1 parent 59e4d60 commit eb0b90f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@ There are several methods to configure your shell:
1. For a one-time setup: :code:`PYTHONPATH=\`pwd\` nox -s task`
2. For a general setup: :code:`export PYTHONPATH=`pwd``
3. Alternatively, tools like `direnv <https://direnv.net>`_ can be used.

.. _faq_duplicated_label_error:

Duplicated label error when building documentation
--------------------------------------------------

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`.

0 comments on commit eb0b90f

Please sign in to comment.