Pradyun Gedam

Results 176 issues of Pradyun Gedam

Sphinx provides a [`last_updated`](https://www.sphinx-doc.org/en/master/templating.html#last_updated) context variable, which is controlled by [`html_last_updated_fmt`](https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_last_updated_fmt). We should set `last_updated` to the "default" value when it is presented by Sphinx (like we update the permalinks...

type: feature
state: needs research

This requires https://github.com/sunpy/ablog/issues/125, and effectively enables projects to have their own release announcement and other pages within their Sphinx-based documentation set.

type: feature
state: needs research

This would make it easier to utilize this for linking to specific content that's under a non-default tab. It can also be used to provide OS-specific instructions by putting `?tab=windows`...

enhancement
help wanted

I'm not a 100% sure if this tab design is super accessible, even though it does work and is keyboard-navigable. Me/Someone should probably spend some time investigating whether this design...

bug
enhancement
help wanted

A bit of context: this theme is basically an attempt to create a new base, for Sphinx themes to reduce the amount of duplicated effort in the ecosystem. In #11,...

type: discussion
category: components

Pages left to flesh out in the documentation: - [ ] https://sphinx-basic-ng.readthedocs.io/en/latest/usage/getting-started/ - [ ] https://sphinx-basic-ng.readthedocs.io/en/latest/usage/skeleton/ - [ ] https://sphinx-basic-ng.readthedocs.io/en/latest/development/ - [ ] https://sphinx-basic-ng.readthedocs.io/en/latest/design/

category: documentation
type: task

- [x] Add components as discussed in #11 - [x] Have at least 2 downstream themes that derive from this, during the pre-stable phase. - [x] Furo - [x] Lutra...

One of the things that came up in #11 is handling navigational needs for themes that might want to do something with their toctree, beyond just presenting all of it...

type: discussion

This would basically be something that helps theme authors provide + maintain translations for their theme. It will be a combination of documentation and some build-time logic for managing +...

type: task

- [x] #22 - [x] Behaviour reference - [x] Error reference - [ ] `stb new` template - [ ] CI setup - [ ] ~100% test coverage on all...