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.
Asked
Active
Viewed 85 times
0

akhil viswam
- 496
- 9
- 24
1 Answers
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