Waylan Limberg

Results 316 comments of Waylan Limberg

We currently do not support "separators". You can nest your menu items to group them, but each item in the `pages` config setting must either be an actual page, or...

> should enable symlink support in Windows Ah, I guess I hadn't realized this was an option that needed to be enabled. As this is not enabled by default, I...

Yeah, I noticed that Appveyor haven't been reported in PRs lately, but haven't investigated. @d0ugal I believe Appveyor is configured through your account. Can you provide any helpful information here?...

Hmm, that doesn't appear to have resolved the issue. The [latest build][1] is still failing. And it is clear it is trying to run an old configuration. ``` C:\Python34\Scripts\tox.exe -e...

As per the [build history][1], it now appears that AppVeyor is only running jobs on commits to master and tags, but not on PRs. At least all of the recent...

At first I thought this was going to be another duplicate of #1336, which was fixed in version 0.17.2 released earlier today. After reading the report it appears to not...

I haven't tried it myself, but to host the lib locally you would need to include the lib file(s) in your `docs_dir`. On build, MkDocs copies everything which is not...

Sounds like the `--no-livereload` option is needed then.

So it seems that the large volume of files is causing the "file watching" to break. I suppose if there was some way to exclude certain files/dirs form being watched,...

> If there were a way to (optionally) stop watching some files, I think the ones from the theme directory are best candidate. With the [on_serve][1] event of the Plugin...