Hi, On Wed Nov 19 2014 at 7:31:21 Mateusz Dobrowolny < [email protected]> wrote:
> Hi, > > I'm not sure how many users have Windows environment. > I've just installed Sphinx (Windows 7, Python 3.4, virtualenv). > I'm using Windows environment for Sphinx. > Reading http://sphinx-doc.org/tutorial.html > i came at: > > > The root directory of a Sphinx collection of reStructuredText document > sources is called the *source directory* > <http://sphinx-doc.org/glossary.html#term-source-directory>. This > directory also contains the Sphinx configuration file conf.py, where you > can configure all aspects of how Sphinx reads your sources and builds your > documentation. [1] <http://sphinx-doc.org/tutorial.html#id2> > > Sphinx comes with a script called *sphinx-quickstart* that sets up a > source directory and creates a default conf.py with the most useful > configuration values from a few questions it asks you. Just run > > $ sphinx-quickstart > > > Now it seems very obious, however: > in my virtualenv\Lib\site-packages\sphinx\ folder I have two files: > - config.py > - quickstar.py > which are named differently than in this manual. It looks like those are > THE files, just with other names. > > *Is it only a Windows environment problem, or the tutorial on the website > has not been updated?* > It is just a little bit confusing and well ... not properly *documented* > ;) > How did you install the Sphinx? If you've installed sphinx with `easy_install sphinx` or `pip install sphinx` command, you must have `sphinx-quickstart.exe` under `virtualenv\Scripts` directory. Regards, -- Takayuki Shimizukawa -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
