Skip to content

Commit 6a96882

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sphinx>=1.2
44
# is fixed and included into a new release.
55
https://github.com/zoni/sphinx-autodoc-annotation/archive/issue-2.zip
66

7-
-e ../.
7+
-e .
88
sleekxmpp
99
irc
1010
pyfire

0 commit comments

Comments
 (0)