Re: [Numpy-discussion] Beginner Help: Generating HTML using Sphinx

2019-03-30 Thread Sanchi Vaishnavi
48 PM Sebastian Berg wrote: > Hi Sanchi, > > On Sat, 2019-03-30 at 15:58 +0530, Sanchi Vaishnavi wrote: > > I was learning to get to $ make html to work. These are the final > > steps that I used on my test branch in my numpy repo: > > > > > $ sphinx-build -

[Numpy-discussion] Beginner Help: Generating HTML using Sphinx

2019-03-30 Thread Sanchi Vaishnavi
I was learning to get to $ make html to work. These are the final steps that I used on my test branch in my numpy repo: $ sphinx-build -b html doc/source builddir > >> build succeeded, 165 warnings. $ make html >> make: *** No rule to make target `html’. Stop. I checked one of the resultant