Merge remote-tracking branch 'origin/8.2.x' into merge-82x
This commit is contained in:
commit
e44c2c06f4
16
conf.py
16
conf.py
|
@ -266,19 +266,9 @@ rst_epilog = """
|
||||||
|
|
||||||
# -- Options for HTML output ----------------------------------------------
|
# -- Options for HTML output ----------------------------------------------
|
||||||
|
|
||||||
# on_rtd is whether we are on readthedocs.org
|
import sphinx_rtd_theme
|
||||||
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
html_theme = 'sphinx_rtd_theme'
|
||||||
|
html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), '.']
|
||||||
if not on_rtd: # only import and set the theme if we're building docs locally
|
|
||||||
try:
|
|
||||||
import sphinx_rtd_theme
|
|
||||||
html_theme = 'sphinx_rtd_theme'
|
|
||||||
html_theme_path = [sphinx_rtd_theme.get_html_theme_path(), '.']
|
|
||||||
except:
|
|
||||||
html_theme = 'default'
|
|
||||||
html_theme_path = ['.']
|
|
||||||
else:
|
|
||||||
html_theme_path = ['.']
|
|
||||||
|
|
||||||
# Theme options are theme-specific and customize the look and feel of a theme
|
# 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
|
# further. For a list of options available for each theme, see the
|
||||||
|
|
|
@ -45,6 +45,7 @@ from shared_bindings_matrix import (
|
||||||
# Files that never influence board builds
|
# Files that never influence board builds
|
||||||
IGNORE_BOARD = {
|
IGNORE_BOARD = {
|
||||||
".devcontainer",
|
".devcontainer",
|
||||||
|
"conf.py",
|
||||||
"docs",
|
"docs",
|
||||||
"tests",
|
"tests",
|
||||||
"tools/ci_changes_per_commit.py",
|
"tools/ci_changes_per_commit.py",
|
||||||
|
|
Loading…
Reference in New Issue