Get More reST: Adding Files
Learn how to add additional files into toctree within the index.rst.
We'll cover the following...
Installing Markdown parser
First, you will need to install the Markdown parser with the following command:
pipenv install --dev recommonmark
Note: It’s already installed here.
Then, modify the conf.py
by adding recommonmark
to the list of extensions. For example, you would change:
extensions =
...