From 70efffa896e2ff6e30804e3974bc4c87c5e2e715 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sun, 21 Mar 2021 22:08:04 +0100 Subject: [PATCH] Remove sphinx tabs extension --- docs/requirements.txt | 1 - docs/source/topics/tgcrypto.rst | 21 ++++----------------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 995cfe8c..2cfd5679 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,6 @@ sphinx sphinx_rtd_theme sphinx_copybutton -sphinx_tabs pypandoc requests sphinx-autobuild \ No newline at end of file diff --git a/docs/source/topics/tgcrypto.rst b/docs/source/topics/tgcrypto.rst index 8feab86a..e0d9beb6 100644 --- a/docs/source/topics/tgcrypto.rst +++ b/docs/source/topics/tgcrypto.rst @@ -21,23 +21,10 @@ The reason about being an optional package is that TgCrypto requires some extra The errors you receive when trying to install TgCrypto are system dependent, but also descriptive enough to understand what you should do next: -.. tabs:: - - .. tab:: Windows - - Install `Visual C++ 2015 Build Tools `_. - - .. tab:: macOS - - A pop-up will automatically ask you to install the command line developer tools. - - .. tab:: Linux - - Install a proper C compiler (``gcc``, ``clang``) and the Python header files (``python3-dev``). - - .. tab:: Termux - - Install ``clang`` package. +- **Windows**: Install `Visual C++ 2015 Build Tools `_. +- **macOS**: A pop-up will automatically ask you to install the command line developer tools. +- **Linux**: Install a proper C compiler (``gcc``, ``clang``) and the Python header files (``python3-dev``). +- **Termux**: Install ``clang`` package. .. _TgCrypto: https://github.com/pyrogram/tgcrypto