diff --git a/thesis/source/conf.py b/thesis/source/conf.py index 94ba1a7..1fe33d3 100644 --- a/thesis/source/conf.py +++ b/thesis/source/conf.py @@ -100,6 +100,8 @@ html_static_path = [ html_extra_path = [ "_extra", ] +# Disable additional indexes +html_domain_indices = False # LaTeX rendering engine to use latex_engine = "lualatex" @@ -110,6 +112,8 @@ latex_show_urls = "footnote" # LaTeX theme latex_theme = "manual" + + latex_setup = { "TitleColor": "{rgb}{0,0,0.08}", diff --git a/thesis/source/locales/it/LC_MESSAGES/sphinx.mo b/thesis/source/locales/it/LC_MESSAGES/sphinx.mo new file mode 100644 index 0000000..281c5ea Binary files /dev/null and b/thesis/source/locales/it/LC_MESSAGES/sphinx.mo differ diff --git a/thesis/source/locales/it/LC_MESSAGES/sphinx.po b/thesis/source/locales/it/LC_MESSAGES/sphinx.po new file mode 100644 index 0000000..81db069 --- /dev/null +++ b/thesis/source/locales/it/LC_MESSAGES/sphinx.po @@ -0,0 +1,19 @@ +#: sphinx/builders/html/__init__.py:488 sphinx/themes/basic/defindex.html:30 +msgid "General Index" +msgstr "Indice analitico" + +#: sphinx/builders/html/__init__.py:488 +msgid "index" +msgstr "indice analitico" + +#: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:604 +#: sphinx/templates/latex/latex.tex_t:97 +#: sphinx/themes/basic/genindex-single.html:30 +#: sphinx/themes/basic/genindex-single.html:55 +#: sphinx/themes/basic/genindex-split.html:11 +#: sphinx/themes/basic/genindex-split.html:14 +#: sphinx/themes/basic/genindex.html:11 sphinx/themes/basic/genindex.html:34 +#: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:147 +#: sphinx/writers/texinfo.py:498 +msgid "Index" +msgstr "Indice analitico"