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
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
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
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
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
95afe66233
fix fontawesome hovers, fixes #95
2014-02-05 14:31:41 -08: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
Tomaz Muraus
e030c2e9e7
Fix spacing after the figure and figure center alignment.
2014-01-10 16:32:23 +01:00
Dave Snider
49ac44dc35
align parameters list if possible, fixes #70
2013-12-16 11:41:35 -08:00
Dave Snider
1e2ec72b10
partial fix for #64
2013-12-03 19:47:56 -08:00
Dave Snider
d94604c3a4
fixes #58 , seealso titling
2013-11-13 08:37:54 -08:00
Dave Snider
5497278bf0
remove external link style
2013-11-12 11:06:03 -08:00
Dave Snider
94421218f8
fixes #48 , change note coloring to be pastels to avoid nesting problems
...
so I can have a life and not worry about people who use these things
weirdly
2013-11-12 11:01:29 -08:00
Dave Snider
ec665d04b6
centered images, fixes #51
2013-11-09 09:52:00 -08:00
Dave Snider
38edeb27a4
make sure padding within notes doesn't add extra margins
2013-11-07 11:15:03 -08:00
Dave Snider
22b9f3622e
try and be more friendly with rst/docutils
2013-11-07 10:24:58 -08:00
Dave Snider
e30cc2e2af
tables in notes fixes #46
2013-11-06 13:21:13 -08:00
Dave Snider
e23f4817f7
some minor styling for api params
2013-11-06 13:12:34 -08:00
Dave Snider
8b620bbbe5
add margin to dl, fixes #43
2013-11-06 12:55:08 -08:00
Dave Snider
caba30b87f
source links, demo docs
2013-11-06 12:44:22 -08:00
Dave Snider
ec634df924
external link styling... fixes #33
2013-11-05 15:52:48 -08:00
Dave Snider
aa05551bf7
Add some air to parameters in API docs. fixes #35
2013-11-05 12:42:09 -08:00
Dave Snider
563a031512
highlight class, fixes #29 #36
2013-11-05 11:54:34 -08:00
Dave Snider
ed73ac347a
Rewrite a decent portion of the rst bits. Also provide some
...
documentation.
2013-11-04 22:44:33 -08:00
Tony Narlock
092ec06e3b
fixes for colors on tt
2013-11-05 09:12:21 +08:00
Tony Narlock
9fb7cb8ae1
Font-sizing 100% !important for autodoc descname, descclassname
2013-11-05 09:02:22 +08:00
Tony Narlock
20d43a68bb
Add new tests for sphinx.ext.autodoc, and sphinx.ext.autodoc embedded reST content. Remove code mixin from tt and address the usage of tt for descclass, descclassname. and the normal tt, which is for inline markup. Clears ambiguity on css rules. Updates the test_py_module with new content, pep257.
2013-11-05 08:37:01 +08:00
Dave Snider
03133fca1c
watch rst files, fix #26 citations, remove www from rtd link
2013-11-04 14:14:48 -08:00
Dave Snider
258ae82720
merge in some of #20 for now, add sidebars
2013-11-04 11:45:06 -08:00
Dave Snider
b43f4eea80
Merge branch 'sphinx-basic-updates' of github.com:tony/sphinx_rtd_theme into tony-sphinx-basic-updates
...
Conflicts:
src/sphinx_rtd_theme/static/theme.css
2013-11-04 10:58:56 -08:00
Matthew Iversen
b99bad47b5
Update setup.py to work, rework file structure
...
- rebase sass files to ./sass
- Place all theme files in ./sphinx_rtd_theme
- Grunt now uses `default` and `build` tasks
- `build` will minify css for committing / dist
- Added Gemfile and requirements.txt for python/ruby requirements
- Cleaned up Gruntfile, copying no longer needed.
- moved compass config to compass.rb
Squashed commits:
- Move out sphinx_rtd_theme to root folder
- Manifest unneeded
- Move out sass to root dir
- Remove dist from git
- Reconfigure paths
- Add requirements for sphinx
- Add gemfile for compass
- Udpate components path
- Move to static/css
- Add line for rbenv
- Require livereload, don't need copy
- Comment static path, update theme path for demo conf.py
- Add css files
- Correct name of .ruby-version...
- Update path to theme.css
- Remove unprefixed badge_only.css
- Update location of theme.js
- Update paths in Gruntfile, tasks
- re-add __init__.py, bump version
- Update setup.py to pick up version easily
- Move config.rb to compass.rb
- Correct compass import paths
- Add debug / production environment
- Commit with production built css
- Add theme.conf, get requires from requirements.txt
- rename tasks, use sphinx-build, add comments
- Fix font path
- Update css files
2013-11-04 20:37:27 +11:00