Skip to content

Commit

Permalink
Docs update: mentions href att is updated too
Browse files Browse the repository at this point in the history
  • Loading branch information
danirus committed Nov 18, 2024
1 parent a1f10fc commit e05af69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/users-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ Produces the following ``<img>`` tag:

Switch the color scheme by using the selector at the top right of the header, or change it in your operating system settings. The balloon image will switch automatically between **light** and **dark** color-schemes.

The ``href`` attribute of the anchor wrapped inside the ``<figure>`` is also updated to match the image displayed. Clicking on the image in the right side should load the image that is displayed when switching color schemes.


Extension's settings
********************
Expand Down
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
elefanto_pytest_plugins = [
pytest_plugins = [
"sphinx.testing.fixtures",
"tests.fixtures",
]


def pytest_configure(config):
for plugin_module in elefanto_pytest_plugins:
for plugin_module in pytest_plugins:
config.pluginmanager.import_plugin(plugin_module)

0 comments on commit e05af69

Please sign in to comment.