276 Commits

Author SHA1 Message Date
Dougal Matthews
ea11eb71a5 Version 0.10 0.10 2014-10-29 09:01:33 +00:00
Dougal Matthews
3ed0fe8c4a Added initial descriptions for PyPi based on those on the website
Fixes #159
2014-10-23 08:03:13 +01:00
Dougal Matthews
b764af72ab Added a comment to explain the fix in #170 2014-10-22 20:22:27 +01:00
Dougal Matthews
131928f663 Add notes to the release docs for #171, #168 and #104 2014-10-22 20:20:36 +01:00
Dougal Matthews
ebf3918d04 Merge pull request #170 from devbliss/bug/incorrect-theme-dir-order
Fixed incorrect theme dir order for media files
2014-10-22 20:20:06 +01:00
Dougal Matthews
4ab4ee0750 Merge pull request #171 from dnrce/rtd-theme-styles
RTD theme: wrap main content in a .section div
2014-10-22 20:06:29 +01:00
Dougal Matthews
8747506c9e Merge pull request #168 from ebertti/readthedocs
Fix on Readthedocs theme
2014-10-22 19:52:31 +01:00
Dan Rice
d0832583cf RTD theme: wrap main content in a .section div
This better approximates the hierarchy generated by Sphinx.

Ref #127
2014-10-22 13:28:02 -04:00
Ezequiel Bertti
8915fb936e Update .gitignore 2014-10-22 13:51:57 -02:00
Michael Diodone
a28154a19f Merge remote-tracking branch 'upstream/master' into bug/incorrect-theme-dir-order
Synced with upstream
2014-10-22 17:05:02 +02:00
Michael Diodone
a07be37cb0 Fixed wrong order of media files copy from theme dirs (own, base -> base, own) to prevent own files being overwritten by their base counterparts 2014-10-22 17:00:13 +02:00
Dougal Matthews
e4b9ea0755 Merge pull request #130 from d0ugal/relax-requirements
Relax version requirements to accept a greater version
2014-10-22 07:31:41 +01:00
Ezequiel Bertti
66788a377c back with javascript for small screen, ref to jquery, new ref for modernizr and fix repository icon for bitbucket 2014-10-21 23:13:27 -02:00
Ezequiel Bertti
cd0f9987e7 better responsive for small screen 2014-10-21 23:12:08 -02:00
Ezequiel Bertti
4fec375fa9 add .idea for pycharm on .gitignore 2014-10-21 22:58:16 -02:00
mdio
e4534236b0 Merge pull request #3 from devbliss/feature/clear-site-directory-option
Added feature: clear site directory switch
2014-10-21 10:58:51 +02:00
Dougal Matthews
b6c4ead170 Merge pull request #154 from devbliss/feature/clear-site-directory-option
Clear site directory before build
2014-10-21 09:52:55 +01:00
Michael Diodone
40d8a505c6 Fixed small typos in release notes 2014-10-21 10:32:24 +02:00
Michael Diodone
b1ade76ccd Added documentation about new --clean switch 2014-10-21 10:32:01 +02:00
Michael Diodone
fa52f6b6ea Enabled clean switch for json and gh-deploy commands as well 2014-10-21 10:30:54 +02:00
Dougal Matthews
27b3268931 Relax version requirements to accept a greater version
Fixes #104
2014-10-18 08:41:35 +01:00
mdio
d465d834aa Merge pull request #2 from devbliss/feature/clear-site-directory-option
Added feature: clear site directory switch
2014-10-17 15:45:01 +02:00
Michael Diodone
4a5d06e850 Merge remote-tracking branch 'upstream/master'
Sync with upstream
2014-10-17 15:40:47 +02:00
Michael Diodone
5d24a5c0c8 Renamed clear_directory to clean_directory 2014-10-15 11:54:46 +02:00
Michael Diodone
a4351e6eb8 Fixed flake8 error (no newline at end of file) 2014-10-15 11:28:30 +02:00
Michael Diodone
02887edd3d Added --clean switch to build command and output of stale files warning (with simple check) 2014-10-15 11:26:02 +02:00
Dougal Matthews
0f5b6e14fa Update index.md
Closes #161
2014-10-14 16:11:29 +01:00
Michael Diodone
c7c41dad73 Clear directory for json builds as well 2014-10-14 15:22:24 +02:00
Michael Diodone
7bef126d53 Removed exception handling as suggested by d0ugal 2014-10-14 15:19:59 +02:00
Michael Diodone
77eada76c4 Fixed bug in clear_directory (fails if directory does not exist) 2014-10-14 10:48:57 +02:00
Michael Diodone
7ebc019a40 Removed clear_site_dir option and made it the default behaviour 2014-10-14 10:43:49 +02:00
Michael Diodone
4cc0e9bfe7 Merge remote-tracking branch 'upstream/master' into feature/clear-site-directory-option
Synced with upstream
2014-10-14 10:34:22 +02:00
Dougal Matthews
410742cdaa Merge pull request #158 from d0ugal/documentation-updates
Documentation updates
2014-10-14 08:32:44 +01:00
Tom Christie
ba0efd5e9c Merge pull request #160 from ericholscher/fix-rtd-unnested
Fix RTD theme toc when pages don't have children.
2014-10-14 07:27:10 +01:00
Tom Christie
867752b747 Merge pull request #157 from d0ugal/LICENSE
Add BSD license file
2014-10-14 07:26:37 +01:00
Eric Holscher
3d679f1749 Link to RTD footer 2014-10-13 16:38:44 -07:00
Eric Holscher
fb21ba5801 Fix RTD theme toc when pages don't have children. 2014-10-13 16:30:32 -07:00
Dougal Matthews
eb3a153820 Add a note about supported Python versions 2014-10-13 21:29:55 +01:00
Dougal Matthews
a3507d28b4 Add BSD license file 2014-10-13 21:23:34 +01:00
Dougal Matthews
5d4b918c49 Remove Lorem ipsum 2014-10-13 21:23:01 +01:00
Dougal Matthews
d45288b56d Updated docs for multiple theme directories
Originally changed in 8f3c2b0.
2014-10-13 21:16:47 +01:00
Dougal Matthews
e08eb91d28 Django Rest -> MkDocs
Oops.
2014-10-13 20:45:54 +01:00
Michael Diodone
dcd90abef6 Fixed whitespace issues reported by flake8 test 2014-10-13 16:59:23 +02:00
Michael Diodone
dc62ac213c Fixed another Python 3 syntax error 2014-10-13 16:49:49 +02:00
Michael Diodone
5b99cb1b23 Fixed syntax error 2014-10-13 15:44:51 +02:00
Michael Diodone
3a01d2a64b merged before pull request to sync with upstream 2014-10-13 14:15:32 +02:00
Michael Diodone
6e58441ca9 Merge branch 'master' of github.com:devbliss/mkdocs
merged with master
2014-10-13 14:03:23 +02:00
Michael Diodone
cc77e9a786 Added option clear_site_dir to removed old files from site directory 2014-10-13 13:56:14 +02:00
Dougal Matthews
b09c817e50 Merge pull request #145 from d0ugal/template-override
Support multiple template directories
2014-10-10 15:37:09 +01:00
Dougal Matthews
45e0def4b0 Updated notes 2014-10-10 15:35:31 +01:00