File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 4
4
os : ubuntu-22.04
5
5
tools :
6
6
python : " 3.11"
7
+
7
8
apt_packages :
8
9
- default-libmysqlclient-dev
9
10
- build-essential
11
+
12
+ python :
13
+ install :
14
+ - requirements : doc/requirements.txt
15
+
Original file line number Diff line number Diff line change 49
49
master_doc = "index"
50
50
51
51
# General information about the project.
52
- project = "MySQLdb "
53
- copyright = "2012, Andy Dustman "
52
+ project = "mysqlclient "
53
+ copyright = "2023, Inada Naoki "
54
54
55
55
# The version info for the project you're documenting, acts as replacement for
56
56
# |version| and |release|, also used in various other places throughout the
100
100
101
101
# The theme to use for HTML and HTML Help pages. See the documentation for
102
102
# a list of builtin themes.
103
- html_theme = "default "
103
+ html_theme = "sphinx_rtd_theme "
104
104
105
105
# Theme options are theme-specific and customize the look and feel of a theme
106
106
# further. For a list of options available for each theme, see the
Original file line number Diff line number Diff line change
1
+ sphinx ~= 7.2
2
+ sphinx-rtd-theme ~= 1.3.0
You can’t perform that action at this time.
0 commit comments