Skip to content

Commit 70efffa

Browse files
committed
Remove sphinx tabs extension
1 parent 19fab3c commit 70efffa

2 files changed

Lines changed: 4 additions & 18 deletions

File tree

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
sphinx
22
sphinx_rtd_theme
33
sphinx_copybutton
4-
sphinx_tabs
54
pypandoc
65
requests
76
sphinx-autobuild

docs/source/topics/tgcrypto.rst

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,10 @@ The reason about being an optional package is that TgCrypto requires some extra
2121
The errors you receive when trying to install TgCrypto are system dependent, but also descriptive enough to understand
2222
what you should do next:
2323

24-
.. tabs::
25-
26-
.. tab:: Windows
27-
28-
Install `Visual C++ 2015 Build Tools <https://www.microsoft.com/en-us/download/details.aspx?id=48159>`_.
29-
30-
.. tab:: macOS
31-
32-
A pop-up will automatically ask you to install the command line developer tools.
33-
34-
.. tab:: Linux
35-
36-
Install a proper C compiler (``gcc``, ``clang``) and the Python header files (``python3-dev``).
37-
38-
.. tab:: Termux
39-
40-
Install ``clang`` package.
24+
- **Windows**: Install `Visual C++ 2015 Build Tools <https://www.microsoft.com/en-us/download/details.aspx?id=48159>`_.
25+
- **macOS**: A pop-up will automatically ask you to install the command line developer tools.
26+
- **Linux**: Install a proper C compiler (``gcc``, ``clang``) and the Python header files (``python3-dev``).
27+
- **Termux**: Install ``clang`` package.
4128

4229
.. _TgCrypto: https://github.com/pyrogram/tgcrypto
4330

0 commit comments

Comments
 (0)