Leonardo J. Caballero G
e6008cecdd
Removed output commands examples
2018-04-18 11:41:22 -04:00
Leonardo J. Caballero G
cb18bac4bb
Updated changelog file~
2018-04-17 20:06:31 -04:00
Leonardo J. Caballero G
e53c739eef
Fixed some typo
2018-04-17 19:28:50 -04:00
Leonardo J. Caballero G
5ddbabdcd4
Added more details informations about translations guide
2018-04-17 19:21:14 -04:00
Leonardo J. Caballero G
9c59240e50
Updated .gitignore file
2018-04-17 18:13:49 -04:00
Leonardo J. Caballero G
326a12eb56
Moved into sphinx_rtd_theme the locale directory
2018-04-17 18:05:34 -04:00
Leonardo J. Caballero G
45b72fa616
Added more improvements about i18n support for templates
2018-04-17 18:02:17 -04:00
Leonardo J. Caballero G
bba0eedf35
Updated Babel configurations
2018-04-17 00:48:40 -04:00
Leonardo J. Caballero G
c35a4eb535
Updated translations guide section
2018-04-17 00:30:55 -04:00
Leonardo J. Caballero G
bbaef3aa7b
Updated .gitignore file
2018-04-17 00:28:53 -04:00
Aaron Carlisle
a4fd6e01ef
Docs: Move translation file
2018-04-14 15:37:46 -04:00
Aaron Carlisle
cadb79f73d
Update translations catalogs
2018-04-14 15:33:39 -04:00
Aaron Carlisle
81cd11d14f
Revert unrelated changes
2018-04-14 15:33:00 -04:00
Aaron Carlisle
2858a0aec8
Merge branch 'master' of https://github.com/rtfd/sphinx_rtd_theme
2018-04-14 15:01:23 -04:00
Aaron Carlisle
7cd846b4fd
Docs: correct navigation_depth discription ( #609 )
...
* Docs: correct navigation_depth discription
* Docs: add note about large toctrees
* Docs: Cleanup: use different note markup
Github does not mark the syntax correctly otherwise
2018-04-11 22:04:32 -04:00
Mike Edmunds
bb82cd22fd
Add spacing between items in "open" lists ( #591 )
...
Override wyrm's `... li p:last-child { margin-bottom: 0 }` from .wy-plain-list-disc and .wy-plain-list-decimal.
Fixes #590 . (And probably #354.)
2018-04-11 21:46:06 -04:00
Jesse Tan
b97a7ee445
Fix centered tables ( #601 )
...
* Fix centered tables
Centered elements get `display: block` which does not work with tables. This commit excepts tables, so they will still use `display: table` and center properly
Fixes #599 .
* Update changelog
2018-04-11 19:08:30 -04:00
Jesse Tan
8551188ad6
Make code block line emphasis span entire line ( #608 )
2018-04-11 08:20:19 -04:00
Anthony
af3ff632f1
Merge pull request #602 from rtfd/agj/add-rtd-yml
...
Add readthedocs.yml for per-tag/branch configuration
2018-04-05 13:44:53 -06:00
Anthony Johnson
821b13066e
Add readthedocs.yml for per-tag/branch configuration
2018-04-05 13:40:04 -06:00
Aaron Carlisle
30b57e66d3
Set collapse_navigation to true ( #600 )
...
This matches 0.2.4 behavior. Although it might not be desired behavior, the behavior of setting this to true can result in file size to explode and build times also.
This was caused by bf9faa98f0
which effectly switched the logic of `collapse_navigation`
2018-04-02 13:31:22 -04:00
Anthony
7661231a7e
Merge pull request #597 from rtfd/agj/changelog-0.3.0
...
Update changelog to 0.3.0 for release
2018-03-30 10:30:47 -06:00
Anthony
4c99c1013a
Merge branch 'master' into agj/changelog-0.3.0
2018-03-30 10:21:10 -06:00
Anthony
c96a1b8500
Merge pull request #596 from rtfd/agj/rebuild-assets-0.3
...
Rebuild assets
2018-03-30 10:20:56 -06:00
Anthony
93cbcd89d2
Merge branch 'master' into agj/rebuild-assets-0.3
2018-03-30 09:59:10 -06:00
Anthony
f935c22163
Merge pull request #595 from rtfd/agj/add-bower
...
Add bower to dev depends
2018-03-30 09:58:42 -06:00
Anthony Johnson
dbb68468da
Might as well update the version in other places too
2018-03-29 18:58:12 -06:00
Anthony Johnson
5732cfa06c
npm didn't save as dev depend
2018-03-29 18:33:12 -06:00
Anthony Johnson
9fbbaa9f63
Update changelog to 0.3.0 for release
...
Next release is 0.3.0 based on semver
2018-03-29 18:32:12 -06:00
Anthony Johnson
c43d473cb5
Rebuild assets
2018-03-29 18:21:24 -06:00
Anthony Johnson
5d3ebf5241
Add bower to dev depends
...
All of our dependencies should be specified, we don't rely on global installs
anywhere with node modules.
2018-03-29 18:20:23 -06:00
Anthony
47efcfec01
Merge pull request #532 from rtfd/foldable-local-toc
...
Do not make local-toc contents always visible
2018-03-29 17:44:13 -06:00
Anthony
8cf3a8db30
Merge branch 'master' into foldable-local-toc
2018-03-29 17:35:01 -06:00
Jesse Tan
c94af91965
Do not allow selection of line numbers in code blocks ( #594 )
2018-03-25 08:08:02 -04:00
Jesse Tan
7dbbcdc221
Add color to all th borders ( #593 )
...
Fixes 581
2018-03-23 10:42:39 -04:00
Aaron Carlisle
3eebd9a2e7
Replace the name 'Dave Snider' with RTD ( #572 )
...
* Replace the name 'Dave Snider' with RTD
* Address review
* Give credit back to Dave + RTD
2018-03-19 07:56:34 -04:00
zprd
b379d70ecf
use id to find the future current sidebar item ( #586 )
...
Fixes #583
- find the referenced 'id element' first, then the closest section
- if no association found in the sidebar, fallback to #
- reword comments
2018-03-18 12:40:45 -04:00
Aaron Carlisle
bc6e0e8ddd
Docs: fix broken link ( #569 )
...
* Fix errors in recent commit
* Go back to intersphinx link
2018-03-07 10:32:01 -05:00
Aaron Carlisle
146457a6c8
Docs: restructure ( #573 )
...
The idea here is to make the docs have a more flat design that exposes more pages from the main index.
2018-03-01 10:15:53 -05:00
Jakub Wilk
31f743ae93
Docs: Fix typos ( #584 )
2018-02-28 17:53:23 -05:00
Anthony
6d0136fd69
Merge pull request #577 from rtfd/content-block
...
Add a block around the page content
2018-02-27 11:57:12 -07:00
Anthony
38c46ce153
Merge branch 'master' into content-block
2018-02-27 11:48:48 -07:00
ederag
60fff9cbeb
add missing quotes (bottom should be a string) ( #580 )
2018-02-20 14:48:48 -05:00
David Fischer
ef0e6c2e89
Merge pull request #579 from ederag/patch-1
...
Typo: Contibuting => Contributing
2018-02-20 10:55:05 -08:00
ederag
ddeecd9e98
Typo: Contibuting => Contributing
2018-02-20 19:42:39 +01:00
Aaron Carlisle
e001f8d149
Merge branch 'master' into content-block
2018-02-17 20:18:47 -05:00
Jesse Tan
7c98fbc936
Allow versions popup to scroll ( #576 )
...
* Make rst-versions scrollable when expanded
* Remove top border
* Do not use entire height unless necessary
2018-02-17 10:46:52 -05:00
Aaron Carlisle
ac910bb739
Add document block and rename bodycontent content
2018-02-15 09:47:29 -05:00
Aaron Carlisle
178e94aca8
Add a block around the page content
...
This can be used to easily write custom content pages
2018-02-14 21:38:32 -05:00
Jesse Tan
24a7000334
Docs: httpdomain package name uses dash instead of period
2018-02-08 09:42:11 -05:00