Dougal Matthews
9dfd679638
Merge pull request #615 from d0ugal/master
...
Don't use Travis for deploying
2015-06-08 15:07:09 +01:00
Dougal Matthews
804dcde682
Remove Travis Deploy
...
We can re-enable this when https://github.com/travis-ci/dpl/issues/253
lands.
2015-06-08 11:27:53 +01:00
Dougal Matthews
6a8efa580d
Return the release helper
...
We transitioned to Travis for deploying to PyPI but this only creates a
wheel for Python 2.7. So for now, we will do the manual releases again.
This reverts commit 38fc746954 .
2015-06-08 11:27:53 +01:00
Dougal Matthews
169e091bd8
Merge pull request #613 from d0ugal/master
...
Enable maximum line length check at 119 characters
2015-06-08 11:26:16 +01:00
Dougal Matthews
2c1d166279
Merge pull request #612 from zmousm/master
...
Handle (pass-through) character and entity references in TOC parser
2015-06-08 09:37:59 +01:00
Dougal Matthews
d5c0fbb5ce
Enable maximum line length check at 119 characters
2015-06-08 09:22:43 +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
Zenon Mousmoulas
9379ce6865
A test for TOCParser handle_entityref
2015-06-08 05:14:08 +03:00
Zenon Mousmoulas
10e0798dd2
Handle (pass-through) character and entity references in TOC parser
2015-06-08 05:14:08 +03:00
Dougal Matthews
bfabc9147b
Merge pull request #611 from d0ugal/master
...
Document `extra_templates`
2015-06-07 15:47:16 +01:00
Dougal Matthews
867d9bc529
Document extra_templates
...
Fixes #609
2015-06-07 15:18:14 +01:00
Dougal Matthews
d80474ac0c
Merge pull request #604 from d0ugal/gh-deploy
...
Remove ghp-import dependency and update gh-deploy
2015-06-07 12:15:43 +01:00
Dougal Matthews
dfe073a66c
Add Python 3.3 and flake8 back in
2015-06-07 09:53:24 +01:00
Dougal Matthews
74cd20d7c5
Add initial unit tests for the ghp-import code
2015-06-07 09:34:04 +01:00
Dougal Matthews
55628ca0bf
Merge pull request #605 from samhatfield/master
...
Updated documentation on pages configuration.
2015-06-07 08:25:25 +01:00
Sam Hatfield
4948ef9a3a
Updated documentation on pages configuration.
...
It now better reflects the new pages configuration format. The pages section
in `configuration.md` was also reduced to a summary, with most of the
details now in `writing-your-docs.md`. Also fixed a few typos.
2015-06-06 23:20:53 +01:00
Dougal Matthews
b6b9490eb5
Made a few stylistic updates
2015-06-06 10:17:26 +01:00
Dougal Matthews
aa104cf5a9
Added tests to gh_deploy. Found a bug in the process. Testing works.
2015-06-06 10:17:26 +01: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
63849c03e2
Include ghp-import and move utils.py into a package for breaking up
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
Dougal Matthews
b38cdcd5d8
Use page_title to get the title in the RTD theme
2015-06-06 10:14:34 +01:00
Dougal Matthews
87a96bda51
Cover the metadata extension in the custom theme area
...
Closes #188
2015-06-06 08:50:33 +01:00
Dougal Matthews
3f01159a8f
Merge pull request #600 from samhatfield/master
...
Cleaned up socket.error stack trace for mkdocs serve.
2015-06-06 08:17:14 +01:00
Dougal Matthews
f00ca8982b
Merge pull request #602 from trel/patch-4
...
remove more lorem ipsum
2015-06-06 07:16:28 +01:00
Dougal Matthews
0ea1e144d1
Merge pull request #601 from trel/patch-3
...
remove lorem ipsum
2015-06-06 07:14:54 +01:00
Terrell Russell
bbe7ec8b23
remove more lorem ipsum
...
additional cruft...
2015-06-05 20:25:01 -04:00
Terrell Russell
d5743c0e29
remove lorem ipsum
...
requested in #599
2015-06-05 20:23:18 -04:00
Sam Hatfield
dedcd6d179
Updated release notes
...
According to 2032e6beeb .
2015-06-05 19:07:11 +01:00
Sam Hatfield
2032e6beeb
Cleaned up socket.error stack trace for mkdocs serve.
...
Now you just get 'Address already in use', instead of a huge stack
trace.
2015-06-05 09:47:34 +01:00
Dougal Matthews
0130a90f2b
Fixed links in the contributing page
2015-06-05 08:36:08 +01:00
Dougal Matthews
a56e03ae0e
Merge pull request #592 from facelessuser/master
...
YAML now loads all strings as unicode
2015-06-05 08:27:34 +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
Isaac
5d8c718333
YAML now loads all strings as unicode
...
- All strings are redirected to be loaded as unicode
- I was experiencing an issue on my system where I was getting errors
trying to access config file objects because they were not being closed.
In all cases, once the YAML content was loaded, we were done accessing
the file content. YAML object will close file access in the objects
once processing the content is complete.
2015-06-04 09:50:01 -06:00
Dougal Matthews
24fffb766e
Merge pull request #591 from samhatfield/master
...
Added URL decoding to `getSearchTerm()`
2015-06-04 14:59:25 +01:00
Sam Hatfield
92cc5557da
Updated release notes according to 8cf56b397b
2015-06-04 12:10:31 +01:00
Sam Hatfield
bec583e260
Merge remote-tracking branch 'upstream/master'
2015-06-04 12:06:08 +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
Sam Hatfield
8cf56b397b
Added URL decoding (including decoding of '+' to ' ') to
...
`getSearchTerm()`.
Fixes #586 .
2015-06-04 11:21:19 +01:00
Dougal Matthews
3e72675567
Merge pull request #585 from waylan/nosix
...
Removed six dependency.
2015-06-04 10:13:39 +01:00
Dougal Matthews
53fb2cffb8
Fixed link
2015-06-04 10:11:54 +01:00
Dougal Matthews
6f6951adba
Merge pull request #589 from AbsoluteMSTR/patch-1
...
Update deploying-your-docs.md
2015-06-04 10:08:55 +01:00
Ankur Dedania
94527677ba
Update deploying-your-docs.md
...
Fix url
2015-06-03 18:52:10 -05: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
Javier Tia
ffee57f079
Add copyright footer for readthedocs theme
2015-06-02 14:56:56 -06:00
Dougal Matthews
61a0088741
Merge pull request #579 from waylan/cli
...
CLI improvements
2015-06-02 16:33:27 +01: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
Dougal Matthews
0af610cad1
Merge pull request #582 from trel/patch-2
...
grammar
2015-06-02 13:16:33 +01:00