From 9a6d9619b390a499e543cea7928c9102bb315328 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 8 Nov 2021 23:29:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=94=20Fix=20missing=20`default-domain`?= =?UTF-8?q?=20on=20one=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/3_dev/2_structure/2_frontend/4_contexts.rst | 1 + docs/source/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/3_dev/2_structure/2_frontend/4_contexts.rst b/docs/source/3_dev/2_structure/2_frontend/4_contexts.rst index 767eae0..0d8850a 100644 --- a/docs/source/3_dev/2_structure/2_frontend/4_contexts.rst +++ b/docs/source/3_dev/2_structure/2_frontend/4_contexts.rst @@ -1,5 +1,6 @@ Contesti innestati ------------------ +.. default-domain:: js Per minimizzare i rerender, l'applicazione รจ organizzata a "contesti innestati". diff --git a/docs/source/conf.py b/docs/source/conf.py index dab201e..baa249e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,9 +58,9 @@ primary_domain = None default_role = None # Print warnings on the page -keep_warnings = True +keep_warnings = False # Display more warnings than usual -nitpicky = True +nitpicky = False # Intersphinx URLs intersphinx_mapping = {