diff options
author | Georg Brandl <georg@python.org> | 2014-09-30 20:51:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-30 20:51:30 (GMT) |
commit | 97e9ec688c7ea49c61c803f1c87b183e32b3661c (patch) | |
tree | 29c33fb8941b0a7f2c5053756af68c1c0aa22003 /Doc/tools/pydoctheme/theme.conf | |
parent | 2b1a0a30c9468bcb855fb8b60faaedbf5495904b (diff) | |
download | cpython-97e9ec688c7ea49c61c803f1c87b183e32b3661c.zip cpython-97e9ec688c7ea49c61c803f1c87b183e32b3661c.tar.gz cpython-97e9ec688c7ea49c61c803f1c87b183e32b3661c.tar.bz2 |
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
Diffstat (limited to 'Doc/tools/pydoctheme/theme.conf')
-rw-r--r-- | Doc/tools/pydoctheme/theme.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Doc/tools/pydoctheme/theme.conf b/Doc/tools/pydoctheme/theme.conf new file mode 100644 index 0000000..0c43881 --- /dev/null +++ b/Doc/tools/pydoctheme/theme.conf @@ -0,0 +1,23 @@ +[theme] +inherit = default +stylesheet = pydoctheme.css +pygments_style = sphinx + +[options] +bodyfont = 'Lucida Grande', Arial, sans-serif +headfont = 'Lucida Grande', Arial, sans-serif +footerbgcolor = white +footertextcolor = #555555 +relbarbgcolor = white +relbartextcolor = #666666 +relbarlinkcolor = #444444 +sidebarbgcolor = white +sidebartextcolor = #444444 +sidebarlinkcolor = #444444 +bgcolor = white +textcolor = #222222 +linkcolor = #0090c0 +visitedlinkcolor = #00608f +headtextcolor = #1a1a1a +headbgcolor = white +headlinkcolor = #aaaaaa |