From 81e2e2faa022bebe75cf29152335943ccd74047f Mon Sep 17 00:00:00 2001 From: crocsg Date: Sun, 8 Oct 2023 19:08:19 +0200 Subject: [PATCH] test with new conf.py --- .readthedocs.yaml | 2 +- docs/{conf.py.rtd => conf_rtd.py} | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) rename docs/{conf.py.rtd => conf_rtd.py} (98%) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6a9ccee..e1755d6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,7 +17,7 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: docs/conf_rtd.py # If using Sphinx, optionally build your docs in additional formats such as PDF formats: diff --git a/docs/conf.py.rtd b/docs/conf_rtd.py similarity index 98% rename from docs/conf.py.rtd rename to docs/conf_rtd.py index 5022a93..c9bda30 100644 --- a/docs/conf.py.rtd +++ b/docs/conf_rtd.py @@ -95,6 +95,11 @@ def get_git_branch(): # Usually you set "language" from the command line for these cases. language = 'fr' +locale_dirs = [ + 'locale/', +] +gettext_compact = False +gettext_uuid = False # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path .