Jared Dillard

Results 20 comments of Jared Dillard

I think @kai687 answer is the preferred solution. The default isn't meant to work in all cases here, it is meant as a recommended starting point as everyone has a...

It looks like this is due to sphinx running in multiprocessor mode. When I remove `-j 4` from the build command, it seems to include all the pages. I think...

Great. It looks like it should be switching to a serial read, because it throws these warnings in the beginning: ``` WARNING: the sphinx_sitemap extension does not declare if it...

Hrm, that config looks right to me. What are parameters are you using with `sphinx-build`? Are you having an issue with just the `en` version of the sitemap, or are...

This is how jekyll does it: https://github.com/jekyll/jekyll-sitemap#lastmod-tag

I've been following along, nice work! I plan on incorporating the relevant bits into my extensions as a learning exercise (part of the reason I made these is to help...

Maybe it should be a config flag on each extension that allows the option to include jQuery (or said framework) or not, allowing the user to pick the best solution...

I'm for it as long as stability isn't impacted in a significant way. Seems like a demo using Furo, etc (I'm not familiar with all of those to know which...

> Thanks for giving a try on this! I tried this same thing a while back and it looked promising, but did introduce some UX issues with the existing global...

Have you checked the Jenkins log for the Gitlab plugin, in **Jenkins > System Log > Gitlab plugin**?