Skip to content

Commit 73bfd65

Browse files
authored
Add .readthedocs.yml (#219)
1 parent 1251f26 commit 73bfd65

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.readthedocs.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
formats: all
3+
sphinx:
4+
configuration: docs/conf.py
5+
fail_on_warning: true
6+
build:
7+
os: ubuntu-22.04
8+
tools:
9+
# For available versions, see:
10+
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
11+
python: "3.12" # Keep in sync with .github/workflows/build.yml
12+
python:
13+
install:
14+
- requirements: docs/requirements.txt
15+
- path: .

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
# The theme to use for HTML and HTML Help pages. See the documentation for
9898
# a list of builtin themes.
99-
html_theme = 'default'
99+
html_theme = "sphinx_rtd_theme"
100100

101101
# Theme options are theme-specific and customize the look and feel of a theme
102102
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)