Eric Holscher
9804547c02
Merge pull request #148 from gl3n/patch-2
...
Add "menu" block
2014-12-02 14:46:44 -08:00
Ruslan Grokhovetskiy
2b6b9fca3c
Added cyrillic characters subset into web fonts
2014-10-01 16:01:44 +06:00
gl3n
196a4b1c79
Add "menu" block
2014-09-10 16:03:31 +02:00
Eric Holscher
e77fdfb7f1
Add div.document to the theme.
...
This refs: https://github.com/rtfd/readthedocs.org/issues/794
All of the standard Sphinx themes include this,
and RTD uses it internally.
2014-08-06 17:04:11 -07:00
gl3n
bcf5e22910
Custom sidebar title
...
I added a **sidebartitle** block to customize easily the sidebar title (with the project image for example).
2014-06-23 12:35:55 +02:00
Dave Snider
ba4cb0263b
add italic fonts from google, fixes
...
https://github.com/rtfd/readthedocs.org/issues/824
2014-05-21 22:43:54 -07:00
Eric Hough
e16b8a830a
Renaming block inlinejs to footer
2014-02-28 15:00:09 -05:00
Eric Hough
90a5b26b07
Merging upstream
2014-02-04 16:50:21 -05:00
Dave Snider
e83688818d
get the theme working with fa. #94
2014-01-31 08:58:37 -08:00
Eric Hough
865373f5ff
Removing incorrectly merged commits
2014-01-22 00:08:54 -05:00
Eric Hough
94d0d7bbb3
Merge remote-tracking branch 'snide/master' into move-javascript-to-bottom
2014-01-20 21:16:22 -05:00
westurner
b4ea8d5196
Added WAI-ARIA roles (document, navigation, main, note, contentinfo, search)
...
Navigation: main, top, breadcrumbs, footer
https://en.wikipedia.org/wiki/WAI-ARIA
http://www.w3.org/TR/wai-aria/roles
2014-01-14 19:54:37 -06:00
Eric Hough
ea5b780f08
Merge remote-tracking branch 'snide/master' into move-javascript-to-bottom
2014-01-08 22:10:57 -05:00
Eric Hough
0cd262d06c
Merge branch 'snide-master' into sticky-navigation
2014-01-08 12:14:43 -05:00
Eric Hough
e31a25cb35
Merge branch 'snide-master' into move-javascript-to-bottom
...
Conflicts:
sphinx_rtd_theme/layout.html
2014-01-08 12:13:09 -05:00
Eric Holscher
8c6cc8875a
Default to https on modernizr.
...
This stops content warnings when users use https,
and has no ill effects when they're on http.
Fixes #72
2014-01-07 23:43:18 -05:00
Eric Holscher
8658617ad0
Fix the link to theme.js. Fixes #75
2014-01-07 23:42:42 -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
cb44a290a9
Restoring "extrahead" block in layout.html
2014-01-06 02:08:20 -05:00
Eric Hough
bcf2276d5b
Adding sticky navigation option
2014-01-05 17:39:14 -05:00
Eric Hough
6dd2f3efc3
Renaming block "extrahead" to "inlinejs" and moving to bottom of page.
2014-01-05 15:22:45 -05:00
Eric Hough
c9863009c1
Merge remote-tracking branch 'snide/master' into move-javascript-to-bottom
...
Conflicts:
sphinx_rtd_theme/layout.html
2014-01-05 15:11:34 -05:00
Eric Hough
677706d4ac
Moving JS to bottom
2014-01-05 15:05:11 -05:00
Dave Snider
5ef159c69c
fixes #77
2014-01-03 10:18:51 -08:00
Dave Snider
04f964b90d
toc includehidden=true, fixes #60
2013-11-22 09:46:45 -08:00
Dave Snider
fb4862ffb2
fixes #61 , better link for mobile
2013-11-22 09:28:36 -08:00
Eric Holscher
e82ee4f1f7
Turns out Sphinx has lots of single pages we want tocs on
2013-11-08 11:42:38 -08:00
Dave Snider
bc4ef78ddb
don't hide depth 2 when local toc tree
2013-11-08 09:04:25 -08:00
Eric Holscher
b40420daae
Use local toc for single page docs
2013-11-07 13:57:30 -08:00
Eric Holscher
c75b161ec2
Fix dumb stuff
2013-11-05 15:49:36 -08:00
Eric Holscher
07675beb4e
Include Inconsolata
2013-11-05 15:19:46 -08:00
Eric Holscher
c7e0de597b
Always use https
2013-11-05 15:17:19 -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
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
Tony Narlock
20d9ed0e66
keep sphinx_rtd_theme package here for pypi
2013-11-04 08:47:26 +08:00
Dave Snider
97152e74c5
first pass breakpoint
2013-11-03 13:37:56 -08:00
Dave Snider
5d2e1ce5a5
fix for overflow issue
2013-11-01 23:10:23 -07:00
Dave Snider
df08b518e4
make js work on non-rtd sites again
2013-10-28 16:07:26 -07:00
Dave Snider
90f76bc3ea
don't load css twice on rtd, comment coloring in pygments
2013-10-28 12:24:21 -07:00
Dave Snider
9d7236bacd
Merge branch 'master' of github.com:snide/sphinx_rtd_theme
2013-10-26 16:38:54 -07:00
Dave Snider
bfd533d07b
copyright and footer, fixes #7
2013-10-26 16:38:18 -07:00
Eric Holscher
d01b8f4201
Use local toc if it exists.
2013-10-26 16:33:40 -07:00
Dave Snider
ae60ceba62
better max width, google fonts, other small changes
2013-10-22 17:20:23 -07:00
Dave Snider
cee649a646
update
2013-10-21 16:28:09 -07:00
Dave Snider
5d5625ca02
newest version
2013-10-21 15:52:35 -07:00
Dave Snider
3d2de738e0
update theme layout
2013-10-17 12:59:38 -07:00
Dave Snider
8f6a685db1
basics
2013-10-17 11:44:56 -07:00