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