Skip to content
Snippets Groups Projects

Fix sphinx documentation build

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -69,7 +69,7 @@ language = 'en'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This patterns also effect to html_static_path and html_extra_path
exclude_patterns = ['_build']
exclude_patterns = ['_build', 'swh-icinga-plugins/index.rst', 'swh-search/index.rst']
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
@@ -96,7 +96,7 @@ html_theme_options = {
'sticky_navigation': True,
}
html_logo = 'software-heritage-logo-title-motto-vertical-white.png'
html_logo = '_static/software-heritage-logo-title-motto-vertical-white.png'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Loading