diff --git a/docs/_static/openslidesdoc.css b/docs/_static/openslidesdoc.css new file mode 100644 index 000000000..bcaff04c7 --- /dev/null +++ b/docs/_static/openslidesdoc.css @@ -0,0 +1,3 @@ +@import url('sphinxdoc.css'); + +/* Specific stylesheet for OpenSlides Documentation */ diff --git a/docs/conf.py b/docs/conf.py index fb94a7745..373bba0fb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -92,6 +92,8 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. html_theme = 'sphinxdoc' +# Adeption for OpenSlides # +html_style = 'openslidesdoc.css' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the