Skip to content

Commit 9beb430

Browse files
committed
Docs: Use co-op theme
1 parent 3232114 commit 9beb430

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.readthedocs.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 2
77

88
# Set the version of Python and other tools you might need
99
build:
10-
os: ubuntu-22.04
10+
os: ubuntu-24.04
1111
tools:
1212
python: "3.9"
1313

@@ -17,6 +17,10 @@ sphinx:
1717

1818
# We recommend specifying your dependencies to enable reproducible builds:
1919
# 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+

docs/conf.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
master_doc = "index"
44

5-
extensions = [
6-
"sphinx_rtd_theme",
7-
]
5+
extensions = []
86

9-
html_theme = "sphinx_rtd_theme"
7+
html_theme = "odsc_default_sphinx_theme"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"flake8",
4141
"mypy",
4242
"sphinx",
43-
"sphinx_rtd_theme",
43+
"odsc-default-sphinx-theme",
4444
],
4545
},
4646
classifiers=[],

0 commit comments

Comments
 (0)