Skip to content

Commit

Permalink
Update conf.py (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdmoore1 authored May 7, 2024
1 parent 914ee1c commit 8bf52c2
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions doc/daal4py/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,11 @@
# The master toctree document.
master_doc = "contents"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = "en"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path .
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store","note.rst"]

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = "sphinx"

# -- Options for HTML output -------------------------------------------------

Expand All @@ -97,10 +88,7 @@
#
# html_theme = 'alabaster'
html_theme = "sphinx_rtd_theme"
html_theme_options = {
"sidebarwidth": 30,
"nosidebar": False,
}


# 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
Expand All @@ -112,8 +100,7 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]

html_context = {"css_files": ["_static/style.css"]}
html_css_files = ["style.css"]


# Custom sidebar templates, must be a dictionary that maps document names
Expand All @@ -125,9 +112,7 @@
# 'searchbox.html']``.
#
# html_sidebars = {}
html_sidebars = {
"**": ["globaltoc.html", "relations.html", "sourcelink.html", "searchbox.html"]
}



# -- Options for HTMLHelp output ---------------------------------------------
Expand Down Expand Up @@ -193,4 +178,4 @@
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True

exclude_patterns = exclude_patterns + ["note.rst"]

0 comments on commit 8bf52c2

Please sign in to comment.