comparison doc/conf.py @ 3990:3b72743b92db

doc[installation]: update instructions
author Goffi <goffi@goffi.org>
date Thu, 24 Nov 2022 12:25:07 +0100
parents c4418949aa37
children d6837db456fd
comparison
equal deleted inserted replaced
3989:f5ba7594cced 3990:3b72743b92db
88 # The language for content autogenerated by Sphinx. Refer to documentation 88 # The language for content autogenerated by Sphinx. Refer to documentation
89 # for a list of supported languages. 89 # for a list of supported languages.
90 # 90 #
91 # This is also used if you do content translation via gettext catalogs. 91 # This is also used if you do content translation via gettext catalogs.
92 # Usually you set "language" from the command line for these cases. 92 # Usually you set "language" from the command line for these cases.
93 language = None 93 language = "en"
94 94
95 # List of patterns, relative to source directory, that match files and 95 # List of patterns, relative to source directory, that match files and
96 # directories to ignore when looking for source files. 96 # directories to ignore when looking for source files.
97 # This pattern also affects html_static_path and html_extra_path. 97 # This pattern also affects html_static_path and html_extra_path.
98 exclude_patterns = [u'.build', 'Thumbs.db', '.DS_Store'] 98 exclude_patterns = [u'.build', 'Thumbs.db', '.DS_Store']