Segev Finer
f539c0e1f2
Added setuptools entry point for Sphinx
...
This allows using `sphinx_rtd_theme` as Sphinx `html_theme` directly.
2017-05-30 13:43:50 +03:00
Massimo Zaniboni
71b90d076d
Fixed error in demo.rst ( #421 )
2017-05-21 13:01:01 -04:00
Aaron Carlisle
fc9dfa5f43
Merge branch 'master' into master
2017-05-06 00:47:12 -04:00
Anthony
aedac3d526
Merge pull request #412 from rtfd/doc-theme-release
...
Add some basic docs around releasing the theme.
2017-04-18 11:12:20 -07:00
Eric Holscher
57a718370b
Address review feedback
2017-04-18 09:58:24 -07:00
Aaron Carlisle
2bb8782c80
Set margin-bottom to 0 for captions in figures
...
The issue here is that figures have a margin of 24px and `p` tags also have a margin of 24px so figure caption get huge 48px margins on the bottom.
2017-04-18 00:21:12 -04:00
Eric Holscher
352057c08c
Fix indent erro
2017-04-17 13:44:36 -07:00
Eric Holscher
4fff7fe5b9
Add some basic docs around releasing the theme.
...
This just covers the basic tasks that I know need to happen,
feel free to suggest other improvements.
2017-04-17 13:43:33 -07:00
Eric Holscher
4be9ff3fd1
Release 0.2.5b1
2017-04-17 13:36:22 -07:00
Leonardo J. Caballero G
15d2198a45
Check spell
2017-04-14 10:54:18 -04:00
Aaron Carlisle
d2a6253d9c
Cleanup: Move images into static folder
2017-04-08 23:56:06 -04:00
Aaron Carlisle
9da9342796
Remove layout_old
...
This file was unused and serves no purpose
2017-04-08 18:23:52 -04:00
Aaron Carlisle
8f29534525
Revert Recent changes
2017-04-08 18:07:20 -04:00
Aaron Carlisle
9170fca5a2
Fix small typo
2017-04-08 15:59:34 -04:00
Aaron Carlisle
7329075b9d
Readme: remove old developer docs saying to run grunt before a PR
...
This is hard when we have many PRs open and often get left with a bunch of merge conflicts.
2017-04-04 14:14:28 -04:00
Aaron Carlisle
1124c40137
Readme move canonical_url documentation
2017-04-04 14:11:59 -04:00
Aaron Carlisle
dc9d3d732e
Readme: remove outdated text about building on rtd
2017-04-04 13:59:26 -04:00
Leonardo J. Caballero G
3329e09479
Removed Sphinx and Babel command class from setup.py file and added a TRANSLATE file for more details about translate the package
2017-04-03 10:40:42 -04:00
Leonardo J. Caballero G
8f21fd0c0f
Removed sphinx.mo file
2017-04-03 09:54:17 -04:00
Leonardo J. Caballero G
4cff61f2aa
Updated way how import babel library to use for as command class options
2017-04-02 20:51:40 -04:00
Leonardo Caballero
be27427d7b
Revert commit ea89880
2017-04-02 10:13:18 -04:00
Leonardo J. Caballero G
7dadea5172
Added i18n support using Babel and Spanish translation
2017-04-01 08:59:46 -04:00
Leonardo J. Caballero G
ea8988043c
Updated .gitignore file
2017-04-01 08:35:43 -04:00
Aaron Carlisle
e7e082ace8
Run grunt build
2017-03-31 21:20:11 -04:00
Aaron Carlisle
4b90748f1f
Add recent changes to
2017-03-28 18:49:08 -04:00
Anthony
c99e5d2e8d
Merge pull request #394 from rtfd/fix-149
...
Fix #149 Fix padding for field list
2017-03-28 09:17:11 -07:00
Anthony
cf73bd01d2
Merge pull request #391 from rtfd/latofont
...
Fix #256 include lato italic font
2017-03-28 09:09:17 -07:00
Aaron Carlisle
fb986026b8
Update node packages
2017-03-23 00:07:01 -04:00
Aaron Carlisle
ce7134e40b
Run grunt build
2017-03-22 23:56:33 -04:00
Aaron Carlisle
f41d88df1f
Add font files via grunt
2017-03-22 23:09:44 -04:00
Anthony
505fbb5f7e
Merge pull request #389 from rtfd/nav-buttons
...
Set the before & after width of the nav buttons to 100%
2017-03-22 16:58:33 -07:00
Anthony
6f45114058
Merge pull request #392 from rtfd/brightcaptions
...
Use lighter color for sidebar captions
2017-03-22 16:32:33 -07:00
Aaron Carlisle
09b5d695bb
Add changes done in master to changelog
...
* Include fontawesome-webfont.woff2 in pip package
* Updated wyrm_ and Font Awesome
* Split multiple data types on different lines
* Italicize ``.versionmodified``
* Fix line number spacing to align with the code lines
* Hide Edit links on auto created pages
* Align ``.. centered::`` text to the center
* Increase contrast for footnotes
* Add language to the JS output variable
2017-03-22 11:02:16 -04:00
Aaron Carlisle
340ad42abd
Add new font files
2017-03-21 18:07:48 -04:00
Aaron Carlisle
e39e83d85e
Merge remote-tracking branch 'refs/remotes/origin/master' into latofont
2017-03-21 18:03:51 -04:00
tobiasH
219d8773c5
Add language to the JS output variable ( #400 )
...
Makes the current language accessible as a JS variable.
Would be nice to have for the version & language switch I'm writing (to avoid the workaround of extracting it from the url).
2017-03-21 16:37:32 -04:00
Aaron Carlisle
6023e6200d
Demodocs: Add caption for a code-block
2017-03-21 14:38:57 -04:00
Aaron
746536cf3d
Give inline image a width of 1em
2017-03-16 17:43:54 -04:00
Aaron Carlisle
3deb16e441
Demodocs: Cleanup, text wrapping
2017-03-15 13:48:31 -04:00
Aaron Carlisle
4aaaff45d2
Demodocs: Fix compiling warnings
2017-03-15 13:45:26 -04:00
Aaron Carlisle
45bce91f46
Demodocs: make headline types the same
2017-03-15 13:37:23 -04:00
Aaron Carlisle
c1e39adfb0
Demodocs: Simplify heading
2017-03-15 13:33:11 -04:00
Aaron Carlisle
31c9023c4f
Demodocs: Use gloable section numbering
2017-03-15 13:29:04 -04:00
Aaron Carlisle
a2c0f30d4e
Demodocs: move text wraped around image to structure page
2017-03-15 13:23:21 -04:00
Aaron Carlisle
17b1a3c255
Demodocs: Update last reviewed
2017-03-15 13:16:52 -04:00
Aaron Carlisle
cd38901fc2
Demodocs: increase toc depth
2017-03-15 13:16:06 -04:00
Aaron Carlisle
c71e68df34
Demodocs: move the rest of the example from the index page
2017-03-15 13:13:46 -04:00
Aaron Carlisle
34a1f7e210
Demodocs: Delete "toc" page
2017-03-15 01:54:19 -04:00
Aaron Carlisle
dd44dd63f8
Demodocs: move text from index to demo
2017-03-15 01:52:40 -04:00
Aaron Carlisle
3c18f35391
Demodocs: Structual edits
2017-03-15 01:49:45 -04:00