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