File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ version: 2
7
7
8
8
# Set the version of Python and other tools you might need
9
9
build :
10
- os : ubuntu-22 .04
10
+ os : ubuntu-24 .04
11
11
tools :
12
12
python : " 3.9"
13
13
@@ -17,6 +17,10 @@ sphinx:
17
17
18
18
# We recommend specifying your dependencies to enable reproducible builds:
19
19
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20
- # python:
21
- # install:
22
- # - requirements: docs/requirements.txt
20
+ python :
21
+ install :
22
+ - method : pip
23
+ path : .
24
+ extra_requirements :
25
+ - dev
26
+
Original file line number Diff line number Diff line change 2
2
3
3
master_doc = "index"
4
4
5
- extensions = [
6
- "sphinx_rtd_theme" ,
7
- ]
5
+ extensions = []
8
6
9
- html_theme = "sphinx_rtd_theme "
7
+ html_theme = "odsc_default_sphinx_theme "
Original file line number Diff line number Diff line change 40
40
"flake8" ,
41
41
"mypy" ,
42
42
"sphinx" ,
43
- "sphinx_rtd_theme " ,
43
+ "odsc-default-sphinx-theme " ,
44
44
],
45
45
},
46
46
classifiers = [],
You can’t perform that action at this time.
0 commit comments