Skip to content

BUG: Code box no longer visible #151

@snowman2

Description

@snowman2

Describe the bug

context
I think it is related to #147 as it was working fine until we upgraded dependencies and re-built the docs yesterday.

expectation
Previously I could see the CLI/Python. Now they are no longer visible.

bug
image
image

problem
It is a problem to not be able to see the code in the example.

Reproduce the bug

Create rst file and build with sphinx:

.. tabs::

   .. code-tab:: bash

        cli code to run


   .. code-tab:: py

        import rioxarray

        rds = rioxarray.open_rasterio(...)

List your environment

python -m pip freeze | grep sphinx
nbsphinx==0.8.8
sphinx-click==3.1.0
sphinx-rtd-theme==1.0.0
sphinx-tabs==3.3.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
python --version
Python 3.10.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions