Commit Graph

757 Commits

Author SHA1 Message Date
Dougal Matthews
a8783d63a1 Open up for 0.14 changes 2015-06-02 10:08:01 +01:00
Dougal Matthews
ec27f38eda Bump version 0.13.3 2015-06-02 09:49:31 +01:00
Dougal Matthews
f4d3198a75 Merge pull request #581 from d0ugal/master
If the site_dir is within the docs_dir, display a warning not an error
2015-06-02 09:49:07 +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
124e4cda74 Merge pull request #566 from waylan/deploying
Add "Deploying your Docs" page to the User Guide.
2015-05-31 18:59:56 +01:00
Dougal Matthews
038bf75b5c Version bump 0.13.2 0.13.2 2015-05-30 17:46:50 +01:00
Dougal Matthews
24c22d7283 Add release notes for 0.13.2 2015-05-30 17:46:03 +01:00
Dougal Matthews
464dbd9139 Merge pull request #572 from d0ugal/readthedocs-compat
Add the page name to JavaScript and a block for RTD compat
2015-05-30 17:41:30 +01:00
Dougal Matthews
b39be2c145 Move verions into it a file to make it easier to replace 2015-05-30 17:05:02 +01:00
Dougal Matthews
c4468a30f1 Add the page name to JavaScript and a block for RTD compat 2015-05-30 16:57:51 +01:00
Dougal Matthews
845f8766da Merge pull request #569 from waylan/536
Ensure all errors and warnings are logged before exiting.
2015-05-29 09:08:30 +01:00
Waylan Limberg
4d12b4ef17 Cleaned up validation error handling
The load_config function should always raise a ConfigurationError.
However, the CLI should exit without ugly (unhelpful) error messages.
Also cleaned up a couple tests.
2015-05-28 20:22:55 -04:00
Waylan Limberg
227d0e5dae Ensure all errors and wanrings are logged before exiting.
Also ensure all debug messages are logged. And exit without
creating a new, unhelpful traceback by raising SystemExit.
Note that `sys.exit` raises SystemExit. However, by raising it
explicitly, we can also output a helpful explaination of why
the program exited. The program exists with an exit code of 1
to indicate is failed.

Fixes #536.
2015-05-28 12:07:11 -04:00
Waylan Limberg
2d7fd14dca Removed list of common hosts per @d0ugal's request. 2015-05-28 10:15:01 -04:00
Waylan Limberg
f7be6c7282 Add "Deploying your Docs" page to the User Guide.
Fixed #477
2015-05-28 10:11:47 -04:00
Dougal Matthews
0ee3ddb56d Merge pull request #565 from d0ugal/master
Configuration values can also be str on Python 2.
0.13.1
2015-05-27 08:41:23 +01:00
Dougal Matthews
162d8a73dc Add release notes for 0.13.1 2015-05-27 08:18:46 +01:00
Dougal Matthews
3b0d1dd2f9 Bump to 0.13.1 2015-05-27 08:17:03 +01:00
Dougal Matthews
6bb45cb7ad Configuration values can also be str on Python 2.
Closes #562
2015-05-27 08:16:00 +01:00
Dougal Matthews
cb0846ab4c Merge pull request #561 from trel/patch-1
typos
2015-05-27 04:12:53 +01:00
Terrell Russell
c055f6def4 typos 2015-05-26 20:31:26 -04:00
Dougal Matthews
a6bf8321dd Version bump to 0.13.0 0.13.0 2015-05-26 20:12:33 +01:00
Dougal Matthews
dd687ba779 Merge pull request #560 from d0ugal/remove-integration-test
Remove unicode integration test
2015-05-26 11:49:43 +01:00
Dougal Matthews
8f282f6d6e Remove unicode integration test
This could be re-added in the future, but it is causing many annoying
install issues.
2015-05-26 11:10:58 +01:00
Dougal Matthews
c46735d960 Merge pull request #558 from d0ugal/master
Add a note about installing the dev version
2015-05-26 10:21:42 +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
463c5b647e Merge pull request #502 from d0ugal/release-notes
Start getting the 0.13 release notes together
2015-05-26 09:05:08 +01:00
Dougal Matthews
45ec6c9e48 Reduce the number of Windows testing envs
...because @appveyor is so so so slow
2015-05-26 08:54:04 +01:00
Dougal Matthews
fa717b6bf6 Add logging output so we know what the error is
See #547
2015-05-26 08:50:20 +01:00
Dougal Matthews
d2f6364c86 Planning to release tomorrow AOE 2015-05-25 17:47:21 +01:00
Dougal Matthews
38fc746954 Remove old release code 2015-05-25 17:40:53 +01:00
Dougal Matthews
2407997ce3 Prepare to release with Travis 2015-05-25 17:40:05 +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
16906c594a Merge pull request #539 from d0ugal/deprecated-config
Deprecated config
2015-05-24 13:13:37 +01:00
Dougal Matthews
03dc7fb5f3 Merge pull request #549 from lbenet/lbenet/copyright
Add (centered) copyright footer Bootstrap and Bootswatch themes
2015-05-24 12:46:55 +01:00
Dougal Matthews
683a57d10d Merge pull request #550 from d0ugal/codecov
Use codecov
2015-05-24 12:45:31 +01:00
Dougal Matthews
096199f571 Update the readme 2015-05-24 12:20:26 +01:00
Dougal Matthews
d3b680451d Remove the coverage env 2015-05-24 12:16:53 +01:00
Dougal Matthews
5c08a61b43 Use codecov 2015-05-24 12:12:30 +01:00
Dougal Matthews
7be425e023 Fixes 2015-05-24 12:04:52 +01:00
Dougal Matthews
e596c7d2b9 Break the line after the binary operator 2015-05-24 10:45:46 +01:00
Dougal Matthews
f33049c50e Fixed a typo 2015-05-24 10:37:59 +01:00
Dougal Matthews
00a6e1b537 Don't overwrite the builtin open command 2015-05-24 10:34:39 +01:00
Dougal Matthews
d1a19a00a1 Deprecate non-behaviourable config options
This change adds the ability to validate nested properties, such as
those within 'extra' and provides a deprecated config option for those
that have been moved.
2015-05-24 10:26:57 +01:00
Luis Benet
a88b054196 Add (centered) copyright footer Bootstrap and Bootswatch themes
This also includes a note that the documentation was built with MkDocs
2015-05-23 11:53:09 -05:00
Dougal Matthews
be83950ef1 Merge pull request #542 from d0ugal/unicode-files
Unicode files
2015-05-21 15:51:23 -07:00
Dougal Matthews
6679927aba Make sure all config options are unicode
This then means that all the file walking operations in Python 2 return
unicode, and thus, we can support unicode filenames.

Closes #532
2015-05-21 19:26:48 +01:00