File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 5
5
tools :
6
6
python : " 3.11"
7
7
8
+ python :
9
+ install :
10
+ - requirements : Docs/sphinx_doc/requirements.txt
11
+
8
12
sphinx :
9
13
configuration : Docs/sphinx_doc/conf.py
10
14
11
15
formats :
12
16
- htmlzip
13
17
# - pdf
14
- # - epub
18
+ # - epub
Original file line number Diff line number Diff line change 30
30
# Add any Sphinx extension module names here, as strings. They can be
31
31
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
32
32
# ones.
33
- extensions = [ 'sphinx.ext.mathjax' ]
33
+ extensions = [
34
+ 'sphinx.ext.mathjax' ,
35
+ ]
34
36
35
37
# Add any paths that contain templates here, relative to this directory.
36
38
templates_path = ['_templates' ]
134
136
# html_theme_options = {}
135
137
136
138
# Add any paths that contain custom themes here, relative to this directory.
137
- # html_theme_path = []
139
+ # Add path to the RTD explicitly to robustify builds
140
+ import sphinx_rtd_theme
141
+ html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
138
142
139
143
# The name for this set of Sphinx documents.
140
144
# "<project> v<release> documentation" by default.
Original file line number Diff line number Diff line change
1
+ sphinx-rtd-theme >= 1.0.0
You can’t perform that action at this time.
0 commit comments