Anthony Johnson
4dfd2fe6ef
Add support for Sphinx 1.3 toctree captions
...
Reuses styling for wy-nav-vertical headers, which seem to be unused, with some
color changes to the header elements. Also fixes caption headerlink styling.
2015-04-22 18:31:00 -07:00
Eric Holscher
b14cbfebf2
Add l3 support to theme CSS.
2015-04-08 16:36:11 -07:00
Eric Holscher
ca127a62e0
Fix #180
2015-03-30 10:48:45 -07:00
Daniel Tschinder
64cfb22edf
Fix rtd theme for sphinx 1.3
2015-03-27 01:25:48 +01:00
kxxoling
7001cc99aa
fix bug #172
2015-03-11 16:04:30 +08:00
Will Stevens
ab594bd224
fixed styling to match original
2015-03-09 14:16:28 -07:00
Will Stevens
2f3c5dfd14
added an example to the demo docs and configured it to use sticky nav for the demo to work
2015-03-09 14:16:28 -07:00
Eric Holscher
2e9272fe37
Fix typo in import
2015-03-09 14:11:41 -07:00
Eric Holscher
9fc5db2c6a
Merge remote-tracking branch 'DanielOaks/html_logo'
...
Conflicts:
demo_docs/source/conf.py
sphinx_rtd_theme/layout.html
sphinx_rtd_theme/static/css/theme.css
sphinx_rtd_theme/theme.conf
2015-03-09 14:11:30 -07:00
Eric Holscher
65d27e93b6
Merge pull request #143 from savoirfairelinux/master
...
Add local google font
2015-03-09 13:56:27 -07:00
Eric Holscher
259b033903
Merge remote-tracking branch 'liuyang1204/master'
...
Conflicts:
sphinx_rtd_theme/static/css/theme.css
2015-03-09 13:55:24 -07:00
Thibault Cohen
66c4eb2d4a
Merge remote-tracking branch 'origin/master'
...
Conflicts:
sass/theme.sass
sphinx_rtd_theme/layout.html
2015-02-07 13:07:46 -05:00
Eric Holscher
1b209d7833
Merge pull request #140 from nadavspi/master
...
Fix typo: compatability -> compatibility
2014-12-02 14:47:26 -08:00
Dennis Schwertel
8bac4dfa5e
fixed margin bottom for images in a-tags.
2014-11-12 17:45:03 +01:00
Liu Yang
8fa5b1dece
Improve download link style
2014-11-03 15:37:12 +08:00
Thibault Cohen
218e06f4ca
Add local google font
2014-08-25 16:13:38 -04:00
Nadav Spiegelman
0ea156f883
Fix typo: compatability -> compatibility
2014-08-10 17:08:36 -04:00
Dave Snider
b83f5adf97
update with wyrm's better breakpoint naming
2014-06-11 22:18:11 -07:00
Dave Snider
c5d2bf558d
code font stack, fixes #121
2014-05-28 09:11:18 -07:00
Dave Snider
23bf5d281c
math centering fixes #123
2014-05-28 08:49:43 -07:00
Dave Snider
0112b1a270
todo coloring, fixes #100
2014-05-13 08:43:14 -07:00
Dave Snider
fd8563ddda
fix for #116
2014-04-25 14:26:03 -07:00
Dave Snider
79740ac4fb
shouldn't show versions and footer in print version
2014-04-18 07:33:02 -07:00
Dave Snider
8e6795dfd1
fixes #111
2014-03-12 22:14:26 -07:00
Dave Snider
24e1c73114
literal blocks and newer css
2014-03-02 08:16:53 -08:00
Dave Snider
5324cc3ac3
wyrm changes should make css on rtd smaller
2014-02-11 17:19:48 -08:00
Dave Snider
4b3c0b211b
update with button and font changes from wyrm
2014-02-08 20:14:22 -08:00
Dave Snider
8af1437a38
move to contrib-sass, remove contrib-compass reqs
2014-02-06 11:33:54 -08:00
Dave Snider
95afe66233
fix fontawesome hovers, fixes #95
2014-02-05 14:31:41 -08:00
Dave Snider
83a10cbae3
lock down wyrm depencendy while I fix some icon stuff
2014-02-05 12:47:50 -08:00
Dave Snider
2aaca3c6c1
backwards compat for font awesome 3.0 for fonts sphinx_rtd was using.
...
fixes #95
2014-02-03 13:05:53 -08:00
Eric Holscher
c9fd0951c2
Add icon CSS back in for old doc builds
2014-02-03 19:57:52 +07:00
Dave Snider
c15e5661a3
Merge branch 'fix_image_center_alignment_and_spacing' of github.com:Kami/sphinx_rtd_theme into Kami-fix_image_center_alignment_and_spacing
...
Conflicts:
sphinx_rtd_theme/static/css/badge_only.css
sphinx_rtd_theme/static/css/theme.css
2014-01-31 14:30:48 -08:00
Dave Snider
a00d0e20b3
fixed #92
2014-01-31 14:27:23 -08:00
Dave Snider
e83688818d
get the theme working with fa. #94
2014-01-31 08:58:37 -08:00
Lukas Stührk
7cfd81d8b7
Fixed sass to work with upstream version of wyrm.
2014-01-31 17:10:07 +01:00
Eric Holscher
cb388440d9
Merge branch 'old-version-css'
...
Conflicts:
sphinx_rtd_theme/static/css/theme.css
2014-01-16 19:52:49 +07:00
Tomaz Muraus
e030c2e9e7
Fix spacing after the figure and figure center alignment.
2014-01-10 16:32:23 +01:00
Eric Holscher
203082f166
Fix colors
2014-01-07 22:11:54 -05:00
Eric Holscher
fd66443ecb
Add an rest-active-old-version css class.
...
This will be for active versions that are still supported,
but not the current release.
This will be used for our version comparison code.
For example,
When 2.1 is released, it will be green,
2.0 will be yellow,
1.0 will be red.
This will provide an obvious color coded deprecation path.
We should probably add more context around the color so
people know what exactly it means, but this is a start.
2014-01-07 22:09:13 -05:00
Eric Hough
9b26927f5d
Merge remote-tracking branch 'snide/master' into sticky-navigation
...
Conflicts:
sphinx_rtd_theme/static/css/theme.css
2014-01-07 17:53:02 -05:00
Eric Hough
30f5c683eb
Turning off sticky navigation if navbar is taller than window
...
Conflicts:
sass/_theme_layout.sass
sphinx_rtd_theme/layout.html
2014-01-07 17:39:48 -05:00
Eric Hough
d79eefabb2
Fixing CSS for level 2 navigation
2014-01-06 01:13:47 -05:00
Eric Hough
bcf2276d5b
Adding sticky navigation option
2014-01-05 17:39:14 -05:00
Daniel Oaks
48271adf28
Merging upstream
2014-01-05 21:47:54 +10:00
Dave Snider
49ac44dc35
align parameters list if possible, fixes #70
2013-12-16 11:41:35 -08:00
Daniel Oaks
8bd1938c8b
html logo_only is now an option
2013-12-08 23:18:43 +10:00
Daniel Oaks
22df9d33e8
Actually, it's nicer with no text above the logo
2013-12-08 22:45:12 +10:00
Daniel Oaks
b02048a903
Respect html_logo, and throw it in the sidebar, fixes #24
2013-12-08 22:17:36 +10:00
Dave Snider
1e2ec72b10
partial fix for #64
2013-12-03 19:47:56 -08:00