robpol86.com icon indicating copy to clipboard operation
robpol86.com copied to clipboard

My personal website.

Results 21 robpol86.com issues
Sort by recently updated
recently updated
newest added

I'm getting burned out on Sphinx with wrangling Python dependencies that produce conflicts when updating to new versions, my broken boilerplate code for libraries and Poetry, and having to maintain...

```python class RelatedDocsByTag(SphinxDirective): """Bullet list directive listing documents with the requested tag.""" has_content = False option_spec = {} required_arguments = 1 optional_arguments = 0 def run(self) -> List[nodes.Element]: """Main method."""...

Investigate and implement for GitHub Actions versions and Python dep versions.

Replacement of genindex.html (keep original file though). Remember to update .htaccess file. New file should show each tag with a list of pages/sections using that tag. Look at blogs for...

https://teknikaldomain.me/code/sitemap-style/

https://github.com/jsonresume

Sphinx nodes cannot be defined inside `conf.py`. I'll have to create yet another Sphinx extension just so I can use `` instead of ``. * https://jsfiddle.net/oeg9d4v0/ * https://jsfiddle.net/apq3781z/ * https://codemyui.com/gradient-button-with-a-gleam-effect/...

Time for a new favicon.

https://ablog.readthedocs.io/en/stable/ Looks like this is ~~actually a dependency for sphinx-book-theme~~ (edit: just a dependency for their documentation, not a core project dependency). Abandon my DIY approach and use ablog. I...