mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
comments
This commit is contained in:
parent
e86607c6bc
commit
cac4b4e6e9
|
@ -72,8 +72,8 @@ Contributing or modifying the theme
|
||||||
The sphinx_rtd_theme is primarily a sass_ project that requires a few other sass libraries. I'm
|
The sphinx_rtd_theme is primarily a sass_ project that requires a few other sass libraries. I'm
|
||||||
using bower_ to manage these dependencies and compass_ to build the css. The good news is
|
using bower_ to manage these dependencies and compass_ to build the css. The good news is
|
||||||
I have a very nice set of grunt_ operations that will not only load these dependecies, but watch
|
I have a very nice set of grunt_ operations that will not only load these dependecies, but watch
|
||||||
for changes, rebuild the sphinx demo docs and build a distributable version of the theme in the ``dist``
|
for changes, rebuild the sphinx demo docs and build a distributable version of the theme.
|
||||||
directory. The bad news is this means you'll need to set up your environment similar to that
|
The bad news is this means you'll need to set up your environment similar to that
|
||||||
of a front-end developer (vs. that of a python developer). That means installing node and ruby.
|
of a front-end developer (vs. that of a python developer). That means installing node and ruby.
|
||||||
|
|
||||||
Set up your environment
|
Set up your environment
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
// In here are varibles used for sphinx_rtd_theme, they either add to or overwrite the default ones
|
||||||
|
// that are set in wyrm_core/wy_variables.sass. You'll find wyrm in bower_components if you're looking
|
||||||
|
// for a reference.
|
||||||
|
|
||||||
$font-awesome-dir: "../font/"
|
$font-awesome-dir: "../font/"
|
||||||
$static-img: "../img/"
|
$static-img: "../img/"
|
||||||
$mathjax-color: $text-color
|
$mathjax-color: $text-color
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
// Variable defaults set by Wyrm
|
// Variable defaults set by Wyrm
|
||||||
@import wyrm_core/wy_variables
|
@import wyrm_core/wy_variables
|
||||||
|
|
||||||
// Variable overrides that change coloring and fonts for your theme.
|
// Variable overrides that change coloring and fonts for this theme.
|
||||||
@import theme_variables
|
@import theme_variables
|
||||||
|
|
||||||
// bourbon.io framework
|
// bourbon.io framework
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
@import wyrm_addons/pygments/pygments
|
@import wyrm_addons/pygments/pygments
|
||||||
@import wyrm_addons/pygments/pygments_light
|
@import wyrm_addons/pygments/pygments_light
|
||||||
|
|
||||||
// Theme specific styles
|
// Theme specific styles. These are likely the files you want to edit.
|
||||||
@import theme_breadcrumbs
|
@import theme_breadcrumbs
|
||||||
@import theme_layout
|
@import theme_layout
|
||||||
@import theme_badge
|
@import theme_badge
|
||||||
|
|
Loading…
Reference in New Issue
Block a user