sphinx-tippy
sphinx-tippy copied to clipboard
Get rich tool tips in your sphinx documentation!
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.0 → 25.1.0](https://github.com/psf/black/compare/24.4.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](https://github.com/pycqa/isort/compare/5.13.2...6.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.11.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.1...v0.11.9) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.15.0)
(The current feature request is a superset of #7 and #10.) It would be nice for `sphinx-tippy` to support any information exposed via `json` files. In particular, this would allow...
I am writing a documentation in french and I notice Wikipedia links don't work. To test that I tried the following code, and only the second link works: ```markdown :::{list-table}...
I have documentation that combines references to papers (crossref DOI) and arXiv preprints (datacite). Is it possible to use both resolvers?
I have been trying to adapt ``sphinx-hoverxref`` in my documnetation project, however not being able to test it in *local* system was quite limiting. Found the *sphinx-tippy* ``extension`` from a...
Hello, first of all, thanks for the package! I'm having an issue where I want to only change the tippy's css when Furo is in Light mode. The tippys are...
Thanks @chrisjsewell for this project. I have been trying to configure `sphinx-hoverxref` to work on `myst-parser` with no success, so I am considering jumping ship. There is however one aspect...
When `sphinx-build` is run with its [`-j auto`](https://www.sphinx-doc.org/en/master/man/sphinx-build.html#cmdoption-sphinx-build-j) option, `sphinx-tippy` doesn't work. Indeed, consider the joined (minimal) project, the structure of which being: ``` ├── _build ├── conf.py ├── index.rst...
Is there a way to customize `sphinx-tippy` in order that Wikipedia tips work also with languages other than English? Indeed, in the following MWE, only “Wikipedia (en)” currently has a...
I am referencing to tables, which are quite large, I wonder if it is possible to add css to change the font size inside the tippy?