sphinx-tabs
                                
                                 sphinx-tabs copied to clipboard
                                
                                    sphinx-tabs copied to clipboard
                            
                            
                            
                        Tabbed views for Sphinx
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/mgedmin/check-manifest: 0.49 → 0.50](https://github.com/mgedmin/check-manifest/compare/0.49...0.50) - [github.com/psf/black: 24.8.0 → 25.1.0](https://github.com/psf/black/compare/24.8.0...25.1.0) - [github.com/PyCQA/pylint: v3.2.6 → v3.3.7](https://github.com/PyCQA/pylint/compare/v3.2.6...v3.3.7)
Some themes pad paragraph elements with a `bottom-margin`. This change removes that margin when `p` element is within a panel. Fixes #139
### Context Ability to generate a link to a page containing tabs with a specific tab open (different than the one open by default, generally the first). This would be...
Hi there. Great Sphinx extension. I've tried using standard sphinx link reference labels of the form `.. _my-ref-label:` within the content of a tab: object as I would like the...
### Context See discussions: [astropy/astropy#11091](https://github.com/astropy/astropy/pull/11091) [pypa/pip#7413](https://github.com/pypa/pip/issues/7413) ```console [tkloczko@devel-g2v SRPMS]$ rpm -ql python-sphinx-tabs | grep py$ | xargs grep pkg_resources /usr/lib/python3.8/site-packages/sphinx_tabs/__init__.py:__import__("pkg_resources").declare_namespace(__name__) ``` ### Proposal _No response_ ### Tasks and updates _No...
I am assessing sphinx-tabs for use in a workflow that must support PDF as well as HTML. I don't see explicit documentation of PDF support, but looking at past posts,...
### Describe the problem Tab headers are generated to po files and therefore can be translated. However, translations do not apply once building the translated version. I am not sure...
### Describe the bug **context** When I create tabs containing in-line raw text (using double ticks as ``example``) or :guilabel:`label` on the title. **expectation** I expected the tabs to have...
### Describe the problem As the tabs seem to like anchors and/or a mechanism to deep link content, this causes search results not to enable the right tab. You can...
**Describe the bug** The test for pdf generation using `rinohtype` is failing due to an update to an unpinned dependency. **To Reproduce** Haven't been able to reproduce locally. See [failing...