File tree Expand file tree Collapse file tree 2 files changed +2
-26
lines changed Expand file tree Collapse file tree 2 files changed +2
-26
lines changed Original file line number Diff line number Diff line change 54
54
'requirements.txt' ,
55
55
]
56
56
57
- # The name of the Pygments (syntax highlighting) style to use.
58
- pygments_style = 'sphinx'
59
-
60
57
# -- Options for HTML output -------------------------------------------------
61
58
62
59
# The theme to use for HTML and HTML Help pages. See the documentation for
Original file line number Diff line number Diff line change 1
1
[theme]
2
- inherit = default
2
+ inherit = basic
3
3
pygments_style = sphinx
4
4
pygments_dark_style = monokai
5
5
6
6
[options]
7
- bodyfont = 'Lucida Grande', Arial, sans-serif
8
- headfont = 'Lucida Grande', Arial, sans-serif
9
- footerbgcolor = white
10
- footertextcolor = white
11
- relbarbgcolor = white
12
- relbartextcolor = white
13
- relbarlinkcolor = white
14
- sidebarbgcolor = white
15
- sidebartextcolor = white
16
- sidebarlinkcolor = white
17
- bgcolor = white
18
- textcolor = white
19
- linkcolor = white
20
- visitedlinkcolor = white
21
- headtextcolor = white
22
- headbgcolor = white
23
- headlinkcolor = white
24
-
25
- root_name = Python
26
- root_url = https://www.python.org/
27
- root_icon =
28
- root_include_title = True
7
+ root_url = https://www.python.org/
You can’t perform that action at this time.
0 commit comments