diff options
author | Trevor Bramwell <trevor@bramwell.net> | 2021-06-29 21:26:31 +0000 |
---|---|---|
committer | Trevor Bramwell <trevor@bramwell.net> | 2021-06-29 21:26:31 +0000 |
commit | 2152dee6d1e50bea511a065bf32f7a3a0a3eb227 (patch) | |
tree | 069ac64a3a5c2bc7976b2b8b6758e046aea1f14f | |
parent | d3705af85386e4136e1ebadb5c2de9dd9fc5000a (diff) | |
parent | 4def62fe1cb1c65b98e449a79ec05bfd2f5fce36 (diff) |
Merge branch 'rtd-configfile' into 'master'
Add RTD Configuration file
See merge request anuket/opnfvdocs!17
-rw-r--r-- | .readthedocs.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..e24c07619 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,15 @@ +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +--- +version: 2 + +sphinx: + configuration: docs/conf.py + +submodules: + exclude: all + +python: + version: 3.7 + install: + - requirements: docs/requirements.txt |