|
| 1 | +#=============================================================================== |
| 2 | +# Copyright 2014-2020 Intel Corporation |
| 3 | +# |
| 4 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | +# you may not use this file except in compliance with the License. |
| 6 | +# You may obtain a copy of the License at |
| 7 | +# |
| 8 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | +# |
| 10 | +# Unless required by applicable law or agreed to in writing, software |
| 11 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | +# See the License for the specific language governing permissions and |
| 14 | +# limitations under the License. |
| 15 | +#=============================================================================== |
| 16 | + |
| 17 | +## Content: |
| 18 | +## Intel(R) DAAL configuration file for the Sphinx documentation builder |
| 19 | +##****************************************************************************** |
| 20 | + |
| 21 | +# Configuration file for the Sphinx documentation builder. |
| 22 | +# |
| 23 | +# This file only contains a selection of the most common options. For a full |
| 24 | +# list see the documentation: |
| 25 | +# http://www.sphinx-doc.org/en/master/config |
| 26 | + |
| 27 | +# -- Path setup -------------------------------------------------------------- |
| 28 | + |
| 29 | +# If extensions (or modules to document with autodoc) are in another directory, |
| 30 | +# add these directories to sys.path here. If the directory is relative to the |
| 31 | +# documentation root, use os.path.abspath to make it absolute, like shown here. |
| 32 | +# |
| 33 | +# import os |
| 34 | +# import sys |
| 35 | +# sys.path.insert(0, os.path.abspath('.')) |
| 36 | + |
| 37 | + |
| 38 | +# -- Project information ----------------------------------------------------- |
| 39 | + |
| 40 | +project = 'oneAPI Libraries Documentation' |
| 41 | +copyright = '2020, Intel Corporation' |
| 42 | +author = 'Intel' |
| 43 | + |
| 44 | +# The full version, including alpha/beta/rc tags |
| 45 | +release = '1.0' |
| 46 | + |
| 47 | +rst_prolog = """ |
| 48 | +.. |full_name| replace:: oneAPI Libraries |
| 49 | +.. |short_name| replace:: oneAPI |
| 50 | +.. |product| replace:: prod |
| 51 | +.. |namespace| replace:: namespace |
| 52 | +.. |daal_in_code| replace:: in_code |
| 53 | +.. |reg| unicode:: U+000AE |
| 54 | +.. |copy| unicode:: U+000A9 |
| 55 | +.. |base_tk| replace:: Intel\ |reg|\ oneAPI Base Toolkit |
| 56 | +.. |dpcpp| replace:: Intel\ |reg|\ oneAPI DPC++ Compiler |
| 57 | +""" |
| 58 | + |
| 59 | + |
| 60 | +# for substitutions in code blocks and sphinx-prompts: |
| 61 | +substitutions = [ |
| 62 | + ('|short_name|', 'oneDAL'), |
| 63 | + ('|daal_in_code|', 'daal') |
| 64 | + ] |
| 65 | + |
| 66 | +# -- General configuration --------------------------------------------------- |
| 67 | + |
| 68 | +# Add any Sphinx extension module names here, as strings. They can be |
| 69 | +# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
| 70 | +# ones. |
| 71 | +extensions = [ |
| 72 | + 'sphinx-prompt', |
| 73 | + 'sphinx_substitution_extensions', |
| 74 | + #'sphinx.ext.extlinks', |
| 75 | + #'sphinx_tabs.tabs' |
| 76 | + ] |
| 77 | + |
| 78 | +docbundle_settings = { |
| 79 | + 'csv_dir':'csv_dir' |
| 80 | +} |
| 81 | + |
| 82 | + |
| 83 | +# The master toctree document. |
| 84 | +master_doc = 'index' |
| 85 | + |
| 86 | + |
| 87 | +# Add any paths that contain templates here, relative to this directory. |
| 88 | +templates_path = ['_templates'] |
| 89 | + |
| 90 | +# List of patterns, relative to source directory, that match files and |
| 91 | +# directories to ignore when looking for source files. |
| 92 | +# This pattern also affects html_static_path and html_extra_path. |
| 93 | +exclude_patterns = ["opt-notice.rst", 'dev_guide/data-management/numeric-tables/*.rst', 'topics/*.rst', |
| 94 | + 'dev_guide/algorithms/dbscan/distributed-steps/*', |
| 95 | + 'dev_guide/algorithms/kmeans/includes/*', |
| 96 | + 'notes/issues/2021.1-beta06/includes/*'] |
| 97 | + |
| 98 | +extlinks = {'cpp_example': ('https://github.com/oneapi-src/oneDAL/tree/master/examples/cpp/source/%s', ''), |
| 99 | +'java_example': ('https://github.com/oneapi-src/oneDAL/tree/master/examples/java/com/intel/daal/examples/%s', ''), |
| 100 | +'daal4py_example': ('https://github.com/IntelPython/daal4py/tree/master/examples/%s', ''), |
| 101 | +'cpp_sample': ('https://github.com/oneapi-src/oneDAL/tree/master/samples/cpp/%s', '')} |
| 102 | + |
| 103 | +# -- Options for HTML output ------------------------------------------------- |
| 104 | + |
| 105 | +# The theme to use for HTML and HTML Help pages. See the documentation for |
| 106 | +# a list of builtin themes. |
| 107 | +# |
| 108 | +## html_theme = 'alabaster' |
| 109 | + |
| 110 | +# Add any paths that contain custom static files (such as style sheets) here, |
| 111 | +# relative to this directory. They are copied after the builtin static files, |
| 112 | +# so a file named "default.css" will overwrite the builtin "default.css". |
| 113 | +html_static_path = ['_static'] |
| 114 | +html_css_files = [ |
| 115 | + 'custom.css', |
| 116 | +] |
| 117 | +html_logo = '_static/oneAPI-rgb-rev-100.png' |
| 118 | +html_favicon = '_static/favicons.png' |
| 119 | +#latex_logo = '_static/oneAPI-rgb-3000.png' |
| 120 | +html_show_sourcelink = False |
| 121 | +#html_js_files = ['custom.js'] |
| 122 | + |
| 123 | +# html_context = { |
| 124 | +# 'css_files': [ |
| 125 | +# '_static/style.css', # override wide tables in RTD theme |
| 126 | +# ], |
| 127 | +# } |
| 128 | + |
| 129 | + |
| 130 | +# html_theme = 'otc_tcs_sphinx_theme' |
| 131 | +# html_theme_path = ['_themes'] |
| 132 | + |
| 133 | +import sys |
| 134 | +import os |
| 135 | +# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org |
| 136 | +on_rtd = os.environ.get('READTHEDOCS', None) == 'True' |
| 137 | + |
| 138 | +import sphinx_rtd_theme |
| 139 | +html_theme = 'sphinx_rtd_theme' |
| 140 | +html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
| 141 | +if on_rtd: |
| 142 | + using_rtd_theme = True |
| 143 | + |
| 144 | +# Theme options |
| 145 | +html_theme_options = { |
| 146 | + # 'typekit_id': 'hiw1hhg', |
| 147 | + # 'analytics_id': '', |
| 148 | + # 'sticky_navigation': True, # Set to False to disable the sticky nav while scrolling. |
| 149 | + 'logo_only': False, # if we have a html_logo below, this shows /only/ the logo with no title text |
| 150 | + 'collapse_navigation': False, # Collapse navigation (False makes it tree-like) |
| 151 | + # 'display_version': True, # Display the docs version |
| 152 | + 'navigation_depth': 4 # Depth of the headers shown in the navigation bar |
| 153 | +} |
0 commit comments