Remove sphinx tabs extension

This commit is contained in:
Dan 2021-03-21 22:08:04 +01:00
parent 19fab3cc78
commit 70efffa896
2 changed files with 4 additions and 18 deletions

View File

@ -1,7 +1,6 @@
sphinx
sphinx_rtd_theme
sphinx_copybutton
sphinx_tabs
pypandoc
requests
sphinx-autobuild

View File

@ -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 <https://www.microsoft.com/en-us/download/details.aspx?id=48159>`_.
.. 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 <https://www.microsoft.com/en-us/download/details.aspx?id=48159>`_.
- **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