Skip to content

Commit 22d7401

Browse files
committed
Merge branch 'patch-1' of https://github.com/asjafjell/sphinx-tabs into asjafjell-patch-1
2 parents 6a01ea9 + 3a5e6c8 commit 22d7401

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ To enable the extension in Sphinx, add the following to your conf.py:
2222
extensions = ['sphinx_tabs.tabs']
2323
```
2424

25+
If you are using [Read The Docs](https://readthedocs.org/) for building your documentation, the extension must be added as a requirement. Please add the following to `requirements.txt` at the root of the project:
26+
```
27+
https://github.com/djungelorm/sphinx-tabs/releases/download/v1.1.7/sphinx-tabs-1.1.7.tar.gz
28+
```
29+
30+
An example of this can be found [here](https://github.com/djungelorm/sphinx-tabs-rtd-test/blob/master/requirements.txt).
31+
2532
Basic Tabs
2633
----------------------------------------
2734

0 commit comments

Comments
 (0)