|
38 | 38 | # Add any Sphinx extension module names here, as strings. They can be |
39 | 39 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
40 | 40 | # ones. |
41 | | -# Add it to 'extensions': |
42 | 41 | extensions = [ |
43 | 42 | 'myst_parser', |
44 | 43 | 'sphinx.ext.autodoc', |
45 | 44 | 'sphinx.ext.intersphinx', |
46 | | - 'sphinx_antsibull_ext' |
| 45 | + 'sphinx_antsibull_ext', |
47 | 46 | ] |
48 | 47 |
|
49 | | -# extensions = [ |
50 | | - # 'myst_parser', |
51 | | - # 'sphinx.ext.autodoc', |
52 | | - # 'sphinx.ext.intersphinx', |
53 | | - # 'ansible_basic_sphinx_ext', |
54 | | -# ] |
55 | | - |
56 | 48 | # Add any paths that contain templates here, relative to this directory. |
57 | 49 | templates_path = ['_templates'] |
58 | 50 |
|
|
73 | 65 | # |
74 | 66 | # This is also used if you do content translation via gettext catalogs. |
75 | 67 | # Usually you set "language" from the command line for these cases. |
76 | | -language = None |
| 68 | +language = 'en' |
77 | 69 |
|
78 | 70 | # List of patterns, relative to source directory, that match files and |
79 | 71 | # directories to ignore when looking for source files. |
|
83 | 75 | # The name of the Pygments (syntax highlighting) style to use. |
84 | 76 | pygments_style = None |
85 | 77 |
|
| 78 | +highlight_language = 'YAML+Jinja' |
86 | 79 |
|
87 | 80 | # -- Options for HTML output ------------------------------------------------- |
88 | 81 |
|
|
170 | 163 | ] |
171 | 164 |
|
172 | 165 |
|
173 | | -# -- Options for Epub output ------------------------------------------------- |
174 | | - |
175 | | -# Bibliographic Dublin Core info. |
176 | | -epub_title = project |
177 | | - |
178 | | -# The unique identifier of the text. This can be a ISBN number |
179 | | -# or the project homepage. |
180 | | -# |
181 | | -# epub_identifier = '' |
182 | | - |
183 | | -# A unique identification for the text. |
184 | | -# |
185 | | -# epub_uid = '' |
186 | | - |
187 | | -# A list of files that should not be packed into the epub file. |
188 | | -epub_exclude_files = ['search.html'] |
189 | | - |
190 | | - |
191 | 166 | # -- Extension configuration ------------------------------------------------- |
| 167 | +intersphinx_mapping = {'python': ('https://docs.python.org/2', None), 'ansible': ('https://docs.ansible.com/ansible/latest/', None)} |
0 commit comments