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 = {