comparison doc/conf.py @ 1502:e1ccba0d2b71

doc: set `language` and use `libervia-media` instead of `sat_media`
author Goffi <goffi@goffi.org>
date Thu, 24 Nov 2022 17:34:31 +0100
parents 939b5c643f3d
children eb00d593801d
comparison
equal deleted inserted replaced
1501:5cc6734093a6 1502:e1ccba0d2b71
65 # The language for content autogenerated by Sphinx. Refer to documentation 65 # The language for content autogenerated by Sphinx. Refer to documentation
66 # for a list of supported languages. 66 # for a list of supported languages.
67 # 67 #
68 # This is also used if you do content translation via gettext catalogs. 68 # This is also used if you do content translation via gettext catalogs.
69 # Usually you set "language" from the command line for these cases. 69 # Usually you set "language" from the command line for these cases.
70 language = None 70 language = "en"
71 71
72 # List of patterns, relative to source directory, that match files and 72 # List of patterns, relative to source directory, that match files and
73 # directories to ignore when looking for source files. 73 # directories to ignore when looking for source files.
74 # This pattern also affects html_static_path and html_extra_path. 74 # This pattern also affects html_static_path and html_extra_path.
75 exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store'] 75 exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store']