Commit Graph

246 Commits

Author SHA1 Message Date
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
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
Dougal Matthews
3ac7ae00bc Improve the tox coverage output 2014-10-10 15:29:14 +01:00
Dougal Matthews
8f3c2b0b27 Support multiple template directories
theme_dir is now a list which contains the user provided directory if
given plus the packaged theme directory.

Fixes #129
2014-10-10 15:29:14 +01:00
Dougal Matthews
bc7782b362 Merge pull request #148 from d0ugal/image-fix
Fix image paths in non-index markdown files
2014-10-10 10:12:27 +01:00
Dougal Matthews
3613051f02 Merge pull request #149 from d0ugal/release-notes
Initial release notes
2014-10-09 18:35:51 +01:00
Dougal Matthews
72d884e5d7 Merge pull request #151 from d0ugal/master
Updated classifiers for PyPI
2014-10-09 18:35:47 +01:00
Dougal Matthews
7df0c9c283 Updated classifiers for PyPI 2014-10-09 09:47:58 +01:00
Dougal Matthews
e1366d0a18 Initial release notes 2014-10-09 09:47:38 +01:00
Dougal Matthews
f437ab0585 Added a fix for Python2.6 2014-10-09 09:29:53 +01:00
Dougal Matthews
afc1f2863e Add the json run to Travis 2014-10-09 07:35:17 +01:00
Eric Holscher
b14c834114 Default json to false 2014-10-08 20:17:37 -07:00
Eric Holscher
77a29a73bc Added to help output, and included a tox command 2014-10-08 17:39:04 -07:00
Eric Holscher
e82131cc69 Add a `mkdocs json` that builds a site in json. 2014-10-08 17:34:04 -07:00
Dougal Matthews
157fc7a232 Added missing command from the help output 2014-10-08 12:18:59 +01:00
Dougal Matthews
d9e50170a4 Fix image paths in non-index markdown files
Fixes #138
2014-10-08 12:18:08 +01:00
Dougal Matthews
f2bee586bb Verify that parents isn't empty before popping
If the first iteration of the loop isn't a match then parents will be an
empty list.
2014-10-08 07:58:56 +01:00
Dougal Matthews
7c66b5bc71 Fix a typo in the use_directory_urls config name 2014-10-07 10:13:33 +01:00
Dougal Matthews
cc2310ff2a Merge pull request #64 from thiagomael/master
Fixed issue #63 - `use_directory_urls` option has no effect.
2014-10-07 10:04:24 +01:00
Dougal Matthews
8c1b96ca51 Show coverage for the docs building 2014-10-06 18:13:58 +01:00
Dougal Matthews
6d3c5eccda Added links to Python and pip. 2014-10-06 18:09:00 +01:00
Dougal Matthews
dced02f405 Merge pull request #125 from d0ugal/travis-updates
Use Tox to run the tests on Travis
2014-10-03 10:37:53 +01:00
Dougal Matthews
fa8566a1a1 Removed flake8 exclusion that wasn't needed 2014-10-01 20:02:04 +01:00
Dougal Matthews
ac4a900e5e Use Tox to run the tests on Travis
Rather than repeating the steps in the Travis config, use Travis to run
tox. This has the added benifit of verifying the setup.py install into a
virtualenv.
2014-10-01 16:50:33 +01:00
Dougal Matthews
56de70a4b1 Merge pull request #135 from dnrce/extra-media-whitespace
Improve whitespace around css and script tags
2014-10-01 15:23:36 +01:00
Dougal Matthews
09f318c27e Merge pull request #134 from dnrce/bug/133-wrong-extra-media-paths
Avoid repeated overwrites of config['extra_*']
2014-10-01 09:09:36 +01:00
Dougal Matthews
745b7d0560 Merge pull request #90 from jimporter/extra-css
Add support for extra_css and extra_javascript in all the themes
2014-10-01 08:54:45 +01:00
Dougal Matthews
d5b968fe2d Merge pull request #136 from jimporter/config-var
Remove reference to the `config` variable in the template files for custom themes
2014-10-01 08:47:30 +01:00
Dan Rice
73da53038b Avoid repeated overwrites of config['extra_*']
Fixes #133
2014-09-12 19:20:20 -04:00
Jim Porter
6c33fe80b6 Add support for extra_css and extra_javascript in all the themes 2014-09-12 16:51:51 -05:00
Jim Porter
bb8d62d41f Remove reference to the config variable in the template files 2014-09-02 19:05:51 -05:00