sphinx-tabs icon indicating copy to clipboard operation
sphinx-tabs copied to clipboard

Tabbed views for Sphinx

Results 38 sphinx-tabs issues
Sort by recently updated
recently updated
newest added

### Describe the bug I was in the process of investigating another issue, and I think `sphinx-tabs` assets are not currently being removed from pages that they should be in...

bug

This change affects all themes, however the behavior may also be visually problematic in several themes. I only just noticed it in sphinx-rtd-theme. Themes that aren't affected probably also aren't...

### Describe the bug A theme switcher component sets `data-theme` on `html`-element, not on `html.body`, as html attributes aren't inherited, Tabs break when using `html.data-theme`. ![image](https://github.com/executablebooks/sphinx-tabs/assets/734738/41ec4595-481d-47e6-83f1-d42f95cfc8aa) ### Reproduce the bug...

bug

### Describe the bug **context** When I run 'make html' it stops at an exception from tabs.py **bug** Exception occurred: File "/Users/user/dev/DocsFlutter/DocsFlutter/.venv/lib/python3.9/site-packages/sphinx_tabs/tabs.py", line 143, in run tabs_id = self.env.temp_data["tabs_stack"][-1] KeyError:...

bug

Add additional classes to the tabs

The CSS file currently uses `body[data-theme="dark"]` to detect whether the theme is using dark mode. But different Sphinx themes use different mechanisms for marking this. Here is a summary of...

### Describe the bug Looks like pytest fails with `FILES DIFFER` errors. ### Reproduce the bug I'm packaging your module as an rpm package so I'm using the typical PEP517...

bug