Skip to content

Commit

Permalink
docs: Switch to ODSC theme & config
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjames committed Sep 27, 2024
1 parent 3946aa9 commit 78098a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
11 changes: 7 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.9"

Expand All @@ -17,6 +17,9 @@ sphinx:

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- method: pip
path: .
extra_requirements:
- dev
6 changes: 1 addition & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@

master_doc = "index"

extensions = [
"sphinx_rtd_theme",
]

html_theme = "sphinx_rtd_theme"
html_theme = "odsc_default_sphinx_theme"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"isort",
"black==22.10.0",
"sphinx",
"sphinx_rtd_theme",
"odsc-default-sphinx-theme",
]
},
)

0 comments on commit 78098a1

Please sign in to comment.