300 Commits

Author SHA1 Message Date
Dougal Matthews
dfc14183aa Don't populate extra_templates be default
This is causing a number of users issues. So, this will now be a opt-in
feature only.

Fixes #616
2015-06-08 16:19:11 +01:00
Zenon Mousmoulas
0a152cf17e Add a note about mkdocs.toc.TOCParser handle_entityref() and handle_charref()
in release notes.
2015-06-08 05:15:58 +03:00
Dougal Matthews
eecd83b998 Refactor gh-deploy and remove ghp-import requirement
This change modifies ghp-import to be a library and uses it instead of
calling the package with subprocess.

Fixes #598
Fixes #547
2015-06-06 10:17:26 +01:00
Dougal Matthews
ca5d6f918f Enable gh-deploy to work if the mkdocs.yml is not in the repo root
Fixes #578
2015-06-06 10:17:26 +01:00
Sam Hatfield
dedcd6d179 Updated release notes
According to 2032e6beeb.
2015-06-05 19:07:11 +01:00
Dougal Matthews
0130a90f2b Fixed links in the contributing page 2015-06-05 08:36:08 +01:00
Isaac
91b3b0f5f6 Improve clarity of yaml loading function for maintenance
-Reorganize the yaml loading function to make it more clear what is
happening.
-Comment more to to make explicitly clear what is happening.
-Remove unnecessary 'pass'
-Make a note that 'finally' should be removed when the root of the issue
is cleared up.
-Update release notes with info on change.
2015-06-04 15:12:41 -06:00
Sam Hatfield
92cc5557da Updated release notes according to 8cf56b397b 2015-06-04 12:10:31 +01:00
Dougal Matthews
85f1765ef0 Merge pull request #584 from jetm/master
Add copyright footer for readthedocs theme
2015-06-04 11:54:26 +01:00
Waylan Limberg
975b216c79 Removed six dependency. 2015-06-03 11:26:12 -04:00
Javier Tia
6530101085 release-notes: mention copyright footer readthedocs theme change 2015-06-03 02:45:56 -06:00
Waylan Limberg
96b98145fd Added common options to CLI: -q & -v.
The --quiet and --verbose options can be called from any command (parent or
subcommands), yet they are only defined once. Code adapted from:
https://github.com/mitsuhiko/click/issues/108#issuecomment-44691173

If either or both options are defined more than once by the user, the last
option defined is the only one which controls.

No support of -vvv to increase verbosity. MkDocks only utilizes a few
loging levels so the additional control offers no real value. Can always
be added later.

Updated release notes.
2015-06-02 09:20:32 -04:00
Waylan Limberg
afadfcb2b4 Add short options (-a) to CLI.
Updated release notes.
2015-06-02 09:20:02 -04:00
Terrell Russell
8842d1d98f grammar 2015-06-02 08:05:55 -04:00
Dougal Matthews
a8783d63a1 Open up for 0.14 changes 2015-06-02 10:08:01 +01:00
Dougal Matthews
fd9140e7d5 If the site_dir is within the docs_dir, display a warning not an error 2015-06-02 09:10:29 +01:00
Dougal Matthews
24c22d7283 Add release notes for 0.13.2 2015-05-30 17:46:03 +01:00
Dougal Matthews
162d8a73dc Add release notes for 0.13.1 2015-05-27 08:18:46 +01:00
Dougal Matthews
f6b61d863c Add a note about installing the dev version
Fixes #548
2015-05-26 09:43:13 +01:00
Dougal Matthews
d2f6364c86 Planning to release tomorrow AOE 2015-05-25 17:47:21 +01:00
Dougal Matthews
7aa1aad841 More tweaks to the release notes 2015-05-25 16:19:36 +01:00
Dougal Matthews
26a414ffb3 Added missing release notes 2015-05-25 16:09:53 +01:00
Dougal Matthews
aeaa635a9a Remove reverted feature 2015-05-24 14:36:03 +01:00
Dougal Matthews
ca6db75a95 Start getting the 0.13 release notes together 2015-05-24 13:25:49 +01:00
Dougal Matthews
db9ca221bb Revert "Set zip_safe=False"
This reverts commit 196e30d6b1.
2015-05-06 16:43:25 +01:00
Dougal Matthews
196e30d6b1 Set zip_safe=False 2015-05-06 16:23:20 +01:00
Dougal Matthews
c3ab1cc95b Refactor the current CLI implementation to use Click
This reimplements the CLI interface to use Click, which in turn gives us
a much easier to use interface as it provides help messages for all the
commands and individual commands.

Fixes #259
2015-04-28 20:06:57 +01:00
Dougal Matthews
4991aada68 Added release notes for 0.12.2 2015-04-22 08:24:04 +01:00
Dougal Matthews
81f4d696ae Added a note about the point release 2015-04-14 09:31:14 +01:00
Dougal Matthews
7ef39aa4e2 Some minor updates to the documentation
- Added a small section about where to get help
- Updated link to the contributing guide
- Improved some o the code highlighting
2015-04-14 08:30:44 +01:00
Dougal Matthews
690e833f0b Add to the release notes 2015-04-13 17:08:27 +01:00
Dougal Matthews
3896349d58 Add the release notes for 0.12 2015-04-08 21:17:07 +01:00
Dougal Matthews
191d9fe25a Standardise the layout of the release notes 2015-04-08 21:16:44 +01:00
Dougal Matthews
bdbf2ce5ed Added an initial Contributing guide 2015-04-03 14:47:00 +01:00
Dougal Matthews
5cb1ee1ec3 Remove references to non-existant theme ghostwriter 2014-12-17 19:36:32 +00:00
Dougal Matthews
70caa56e69 Roll 0.11.1 to fix CSS issues in RTD 2014-11-20 09:45:37 +00:00
Dougal Matthews
de7b713352 Fixed a typo. 2014-11-18 15:22:36 +00:00
Dougal Matthews
7c9b105af9 Prepare for 0.11.0
Closes #185
2014-11-18 15:00:48 +00:00
Dougal Matthews
72db8d01f2 Include the highlight.js theme licence in the docs 2014-11-16 12:44:44 +00:00
Martijn
12227d8f97 Make it easier to recognize as BSD license
People could mistake it as a custom license instead of a generic BSD license, so I thought a tiny clarification might save readers time, effort and mostly pain.
2014-11-03 21:53:25 +01:00
Dougal Matthews
cd8bfc5d51 Fixed a formatting error in the release notes 2014-10-29 09:06:19 +00:00
Dougal Matthews
131928f663 Add notes to the release docs for #171, #168 and #104 2014-10-22 20:20:36 +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
Dougal Matthews
e08eb91d28 Django Rest -> MkDocs
Oops.
2014-10-13 20:45:54 +01:00
Dougal Matthews
45e0def4b0 Updated notes 2014-10-10 15:35:31 +01:00
Dougal Matthews
e1366d0a18 Initial release notes 2014-10-09 09:47:38 +01:00
Riley Labrecque
25047f04fe Updated docs/about/license.md with theme license links 2014-08-10 05:40:15 -06:00
Tom Christie
e530965075 Theme & build tweaks 2014-02-03 17:10:34 +00:00
Tom Christie
4d45ab257a Site docs 2014-01-21 16:46:05 +00:00