File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
- sphinx :
3
- configuration : docs/sphinx/conf.py
2
+
3
+ build :
4
+ os : ubuntu-22.04
5
+ tools :
6
+ python : " 3"
4
7
5
8
python :
6
- version : 3.7
7
9
install :
8
10
- requirements : dev-requirements.txt
9
11
- path : .
Original file line number Diff line number Diff line change 17
17
# under the License.
18
18
19
19
import datetime
20
- import os
21
20
22
21
import elasticsearch
23
22
45
44
46
45
pygments_style = "sphinx"
47
46
48
- on_rtd = os .environ .get ("READTHEDOCS" , None ) == "True"
49
-
50
- if not on_rtd : # only import and set the theme if we're building docs locally
51
- import sphinx_rtd_theme
52
-
53
- html_theme = "sphinx_rtd_theme"
54
- html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
47
+ html_theme = "sphinx_rtd_theme"
55
48
56
49
intersphinx_mapping = {
57
50
"python" : ("https://docs.python.org/3" , None ),
You can’t perform that action at this time.
0 commit comments