Commit 6a96882
committed
Revert "Fix the docs requirements file"
This reverts commit d081bf0.
ReadTheDocs attempts to build the sphinx documentation with a working
directory set to the root of the errbot project/repo itself. That means
it needs `.` to refer to errbot's own `setup.py` file, not `./..`.
It's a bit confusing because it means you can't `pip install -r
requirements.txt` from the docs folder, but have to do so from one level
up. :( I don't see a good way around that though (if anyone has a better
solution, I'm all ears).1 parent ee74278 commit 6a96882
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments