Skip to content

Commit 3110a48

Browse files
authored
Fix documentation pipeline stuff (#111)
There are some issues with Sphinx>=7, so we do some testing and changes to have a workaround.
1 parent c1b88ac commit 3110a48

17 files changed

+916
-921
lines changed

docs/conf.py

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4040
# ones.
4141
extensions = [
42-
'myst_parser',
42+
'recommonmark',
4343
'sphinx.ext.autodoc',
4444
'sphinx.ext.intersphinx',
45-
'ansible_basic_sphinx_ext',
45+
'sphinx_antsibull_ext',
4646
]
4747

4848
# Add any paths that contain templates here, relative to this directory.
@@ -75,6 +75,7 @@
7575
# The name of the Pygments (syntax highlighting) style to use.
7676
pygments_style = None
7777

78+
highlight_language = 'YAML+Jinja'
7879

7980
# -- Options for HTML output -------------------------------------------------
8081

@@ -162,23 +163,5 @@
162163
]
163164

164165

165-
# -- Options for Epub output -------------------------------------------------
166-
167-
# Bibliographic Dublin Core info.
168-
epub_title = project
169-
170-
# The unique identifier of the text. This can be a ISBN number
171-
# or the project homepage.
172-
#
173-
# epub_identifier = ''
174-
175-
# A unique identification for the text.
176-
#
177-
# epub_uid = ''
178-
179-
# A list of files that should not be packed into the epub file.
180-
epub_exclude_files = ['search.html']
181-
182-
183166
# -- Extension configuration -------------------------------------------------
184167
intersphinx_mapping = {'python': ('https://docs.python.org/2', None), 'ansible': ('https://docs.ansible.com/ansible/latest/', None)}

0 commit comments

Comments
 (0)