Skip to content
Snippets Groups Projects
Unverified Commit 185e2607 authored by Varac's avatar Varac
Browse files

Suppress autosectionlabel extension warnings

parent 8b087ee2
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,4 @@ documentation, using Sphinx:
Then point your browser to the newly generated pages:
firefox _build/html/index.html
xdg-open file://$PWD/_build/html/index.html
......@@ -59,3 +59,10 @@ html_static_path = ['_static']
# Readthedocs.io needs us to tell it what the index file is. This defaults to
# 'contents'
master_doc = 'index'
# Suppress autosectionlabel extension warnings about duplicate labels, i.e.
#
# docs/usage.rst:105: WARNING: duplicate label wordpress, other instance in docs/testing.rst
#
# https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-suppress_warnings
suppress_warnings = ['autosectionlabel.*']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment