mirror of
https://github.com/braillerap/BrailleRap.git
synced 2025-06-07 17:39:58 +02:00
test with new conf.py
This commit is contained in:
parent
4fc718896f
commit
81e2e2faa0
@ -17,7 +17,7 @@ build:
|
|||||||
|
|
||||||
# Build documentation in the docs/ directory with Sphinx
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf_rtd.py
|
||||||
|
|
||||||
# If using Sphinx, optionally build your docs in additional formats such as PDF
|
# If using Sphinx, optionally build your docs in additional formats such as PDF
|
||||||
formats:
|
formats:
|
||||||
|
@ -95,6 +95,11 @@ master_doc = 'index'
|
|||||||
# Usually you set "language" from the command line for these cases.
|
# Usually you set "language" from the command line for these cases.
|
||||||
language = 'fr'
|
language = 'fr'
|
||||||
|
|
||||||
|
locale_dirs = [
|
||||||
|
'locale/',
|
||||||
|
]
|
||||||
|
gettext_compact = False
|
||||||
|
gettext_uuid = False
|
||||||
# List of patterns, relative to source directory, that match files and
|
# List of patterns, relative to source directory, that match files and
|
||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
# This pattern also affects html_static_path and html_extra_path .
|
# This pattern also affects html_static_path and html_extra_path .
|
Loading…
x
Reference in New Issue
Block a user