8000 Clean theme.conf · python/peps@da943b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit da943b9

Browse files
committed
Clean theme.conf
1 parent aa44a42 commit da943b9

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@
5454
'requirements.txt',
5555
]
5656

57-
# The name of the Pygments (syntax highlighting) style to use.
58-
pygments_style = 'sphinx'
59-
6057
# -- Options for HTML output -------------------------------------------------
6158

6259
# The theme to use for HTML and HTML Help pages. See the documentation for

pep_extensions/theme/theme.conf

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,7 @@
11
[theme]
2-
inherit = default
2+
inherit = basic
33
pygments_style = sphinx
44
pygments_dark_style = monokai
55

66
[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/

0 commit comments

Comments
 (0)
0