readthedocs / readthedocs.org

The source code that powers readthedocs.org
https://readthedocs.org/
MIT License
7.99k stars 3.58k forks source link

2 installations minor issues #97

Closed linovia closed 13 years ago

linovia commented 13 years ago

Hi

First of all greetings for the work on that project. I am currently installing read the docs on my box and I found a few issues.

Sentry

urls.py: url(r'^sentry/', include('sentry.urls')),

However, django-sentry isn't in the pip_requiments.txt and neither it is in the installed apps.

BeautifulSoup

The latest version is 4.0b and installs a bs4 package. pip_requirments.txt should fix the version with <4.0B to get the former 3.x versions

ericholscher commented 13 years ago

Ack, yea. I fixed the sentry issue in a previous commit. Today at the djangocon sprints I'll be running through the install instructions and fixing them.

Thanks for the idea about the requirements file as well. I'll add that.