[theme]1inherit = default2stylesheet = sage.css3pygments_style = sphinx45[options]6# Custom Sage theme options78# jsMath settings filled in by conf.py9jsmath_macros =10jsmath_image_fonts =1112# Sphinx default theme options1314#nosidebar = false15#rightsidebar = false16#stickysidebar = false1718# Background color for the footer line: pale, light grayish blue (CSS color):19footerbgcolor = #B8B9F620# Text color for the footer line: black (CSS color):21footertextcolor = #00000022# Background color for the sidebar: light bluish gray (CSS color):23sidebarbgcolor = #EAEAF824# Text color for the sidebar: black (CSS color):25sidebartextcolor = #00000026# Link color for the sidebar: dark blue (CSS color):27sidebarlinkcolor = #09099928# Background color for the relation bar: pale, light grayish blue (CSS color):29relbarbgcolor = #B8B9F630# Text color for the relation bar: black (CSS color):31relbartextcolor = #00000032# Link color for the relation bar: dark blue (CSS color):33relbarlinkcolor = #09099934# Body background color (CSS color):35#bgcolor = #ffffff36# Body text color: black (CSS color):37textcolor = #00000038# Background color for headings: light bluish gray (CSS color):39headbgcolor = #EAEAF840# Text color for headings (CSS color):41#headtextcolor = #20435c42# Link color for headings (CSS color):43#headlinkcolor = #c60f0f44# Body link color: dark greenish blue (CSS color):45linkcolor = #45529B46# Background color for code blocks: very pale yellow (CSS color):47codebgcolor = #FFFFE548# Default text color for code blocks, if not set differently by the highlighting style (CSS color):49#codetextcolor = #3333335051# Font for normal text (CSS font-family):52#bodyfont = sans-serif53# Font for headings (CSS font-family):54#headfont = 'Trebuchet MS', sans-serif555657