Updating Installation and fixing the toc.tree
[opnfvdocs.git] / .readthedocs.yml
1 # Read the Docs configuration file
2 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3 ---
4 version: 2
5
6 sphinx:
7   configuration: docs/conf.py
8
9 submodules:
10   exclude: all
11
12 python:
13   version: 3.7
14   install:
15     - requirements: docs/requirements.txt