Jared Dillard

Results 31 issues of Jared Dillard

There currently is no `` tag for each URL in the **sitemap.xml**. To implement this will likely require a different extension. example: https://bitbucket.org/dhellmann/pymotw-3/src/17b6ea3b657b93ad45b6ccd5c295e767f4f4be71/source/conf.py?at=master&fileviewer=file-view-default#conf.py-449 ```python def html_page_context(app, pagename, templatename, context, doctree):...

enhancement

Set [\](https://www.sitemaps.org/protocol.html#prioritydef) as: - `1` for the pages of the latest or stable version. - for each following version, decrease the priority of `0.1` at each version - `0.1` for...

enhancement

**Issue** The builder currently doesn't access to the [saved environment](http://www.sphinx-doc.org/en/master/glossary.html#term-environment), so it can only see pages that are new or have changed since the last build, possibly leading to an...

bug

Whether through a config value array, `sitemap_exclude`, and/or metadata on the page, `:nositemap:`, to be excluded.

enhancement

Set [\](https://www.sitemaps.org/protocol.html#changefreqdef) as : - `daily` for the pages of the latest version - `weekly` for the pages of the last tag version - `never` for the pages of other...

enhancement

https://www.sitemaps.org/protocol.html#escaping

bug

As a fan of dark mode, I thought it would be nice to have a configuration option to set dark mode on initial page load. I started looking into how...

enhancement

I looked at `doxygen-awesome.css` for a version number and didn't see one. Is there currently a way to check with version of the theme files you have if you didn't...

question

This PR adds a table of contents for the local headings on the page (excluding the page title) as a right sidebar, as mentioned in #764. This implementation is similar...

Add the Sphinx Extension PyPi classifier so that the extension shows up in the correct [PyPi filters](https://pypi.org/search/?c=Framework+%3A%3A+Sphinx+%3A%3A+Extension).