File tree 2 files changed +2
-5
lines changed 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 24
24
25
25
# -- General configuration ---------------------------------------------------
26
26
27
- on_rtd = os .environ .get ('READTHEDOCS' , None ) == 'True'
28
-
29
27
# Add any Sphinx extension module names here, as strings. They can be
30
28
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
31
29
# ones.
42
40
# This pattern also affects html_static_path and html_extra_path.
43
41
exclude_patterns = ['_build' , 'Thumbs.db' , '.DS_Store' ]
44
42
45
-
46
- if not on_rtd :
47
- html_theme = 'sphinx_rtd_theme'
43
+ html_theme = 'sphinx_rtd_theme'
48
44
49
45
# Add any paths that contain custom static files (such as style sheets) here,
50
46
# relative to this directory. They are copied after the builtin static files,
Original file line number Diff line number Diff line change 1
1
breathe
2
2
exhale
3
+ sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments