Theme

We can use different themes in Sphinx to generate the website with different outlook. Currently, we use the theme “nature”.

For simple usage, we can change the theme by editing “config.py”.

The following command controls the theme of the website.

html_theme = 'nature'