-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Description
The bootstrap theme does not render sphinx_tabs.tabs properly.
Sphinx-tabs project: https://github.com/djungelorm/sphinx-tabs
.. tabs::
.. tab:: (recommended) Conda (Linux/MacOS/Windows)
1. Create your conda environment (e.g., `elephant_env`):
.. code-block:: sh
conda create --name elephant_env python=3.7 numpy scipy tqdm
2. Activate your environment:
.. code-block:: sh
conda activate elephant_env
.. tab:: Debian/Ubuntu
Open a terminal and run:
.. code-block:: sh
sudo apt-get install python-pip python-numpy python-scipy python-pip python-six python-tqdmResults in
Expected
I don't experience this problem with other themes like alabaster (default) or sphinx-rtd.
Metadata
Metadata
Assignees
Labels
No labels