test with new conf.py

This commit is contained in:
crocsg 2023-10-08 19:08:19 +02:00
parent 4fc718896f
commit 81e2e2faa0
2 changed files with 6 additions and 1 deletions

View File

@ -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:

View File

@ -95,6 +95,11 @@ master_doc = 'index'
# 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 .