0

I created sphinx html using command make html.But i need a single page document with heading and content.When i click a particular heading page should automatically scroll down to that corresponding content.

akhil viswam
  • 496
  • 9
  • 24

1 Answers1

0

I think you want singlehtml instead of html. See the sphinx docs for all the build options.

make singlehtml
Alasdair
  • 298,606
  • 55
  • 578
  • 516