I want to convert Linux kernel rst files to html document. Please provide clear steps to install the required packages and commands to generate rst file to html.
I have installed sphinx with below command
sudo apt-get install sphinxsearch
Facing an error when I run 'make htmldocs'
The Sphinx 'sphinx_rtd_theme' HTML theme was not found
If possible, could you please help me with right packages to install? It looks like tricky and I have tried enough.
I just have figured it out that there is a document in the Linux kernel which explains the required information to use 'make pdfdocs':
Run below commands from kernel root directory
Generated html documents are located at Documents/output