Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

sphinx css templates

/** css/yourtheme.css **/

/* This line is theme specific - it includes the base theme CSS */
@import '../alabaster.css';  /* for Alabaster */
/*@import 'theme.css';       /* for the Read the Docs theme */

body {
    /* ... */
}
Source by docs.readthedocs.io #
 
PREVIOUS NEXT
Tagged: #sphinx #css #templates
ADD COMMENT
Topic
Name
1+9 =