Skip to content

Commit c37d2ae

Browse files
committed
Added section Duplicated label error when building documentation to faq
1 parent 59e4d60 commit c37d2ae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/faq.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ There are several methods to configure your shell:
1616
1. For a one-time setup: :code:`PYTHONPATH=\`pwd\` nox -s task`
1717
2. For a general setup: :code:`export PYTHONPATH=`pwd``
1818
3. Alternatively, tools like `direnv <https://direnv.net>`_ can be used.
19+
20+
.. _faq_duplicated_label_error:
21+
22+
Duplicated label error when building documentation
23+
--------------------------------------------------
24+
25+
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 commit comments

Comments
 (0)