Remove broken old write_requirements.

We decided this code was a bad idea in the first place, but also
it's broken, and it's causing stable/essex changes to no longer land.

Also, sphinx depend was missing.

Change-Id: I8d6161402addd0763792d4e2e6780487b8df9e77
This commit is contained in:
Monty Taylor 2012-07-12 09:21:08 -05:00
parent a90d63cbb0
commit 560a7cbeae
3 changed files with 3 additions and 4 deletions

View File

@ -134,8 +134,8 @@ modindex_common_prefix = ['quantum.']
# The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'.
html_theme_path = ["."]
html_theme = '_theme'
#html_theme_path = ["."]
#html_theme = '_theme'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the

View File

@ -16,7 +16,6 @@ from setuptools import setup, find_packages
from quantum.openstack.common.setup import parse_requirements
from quantum.openstack.common.setup import parse_dependency_links
from quantum.openstack.common.setup import write_requirements
from quantum.openstack.common.setup import write_git_changelog
from quantum.openstack.common.setup import write_vcsversion
@ -26,7 +25,6 @@ import subprocess
requires = parse_requirements()
depend_links = parse_dependency_links()
write_requirements()
write_git_changelog()
write_vcsversion('quantum/vcsversion.py')

View File

@ -6,4 +6,5 @@ nose
nosexcover
openstack.nose_plugin
pep8==0.6.1
Sphinx>=1.1.2
webtest