Skip to content

Commit 2e86cce

Browse files
authored
use sphinx-rtd-theme (#668)
1 parent cb236e9 commit 2e86cce

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ build:
44
os: ubuntu-22.04
55
tools:
66
python: "3.11"
7+
78
apt_packages:
89
- default-libmysqlclient-dev
910
- build-essential
11+
12+
python:
13+
install:
14+
- requirements: doc/requirements.txt
15+

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
master_doc = "index"
5050

5151
# General information about the project.
52-
project = "MySQLdb"
53-
copyright = "2012, Andy Dustman"
52+
project = "mysqlclient"
53+
copyright = "2023, Inada Naoki"
5454

5555
# The version info for the project you're documenting, acts as replacement for
5656
# |version| and |release|, also used in various other places throughout the
@@ -100,7 +100,7 @@
100100

101101
# The theme to use for HTML and HTML Help pages. See the documentation for
102102
# a list of builtin themes.
103-
html_theme = "default"
103+
html_theme = "sphinx_rtd_theme"
104104

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

doc/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx~=7.2
2+
sphinx-rtd-theme~=1.3.0

0 commit comments

Comments
 (0)