This gives me the same result (invalid command). Is there something in particular I have to import? Right now all I have is
from setuptools import setup, find_packages from setuptools.command.develop import develop On Tue, Aug 19, 2008 at 12:00 PM, Sebastian Wiesner <[EMAIL PROTECTED]> wrote: > chris <[EMAIL PROTECTED]> at Tuesday 19 August 2008, 18:48:42 >> Invalid command 'build_doc' > > My bad, its "build_sphinx". Sorry for the inconvenience. > >> Do I have to specify it in the setup.py? > If your setup.py uses setuptools and sphinx was correctly installed, > setuptools will use entrypoints to discover the command. > > If you are tied to plain old distutils, you will have to use > the --command-packages options to setup.py. > > -- > Freedom is always the freedom of dissenters. > (Rosa Luxemburg) > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
