1. # Configuration for the Read The Docs (RTD) builds of the documentation.
    
  2. # Ref: https://docs.readthedocs.io/en/stable/config-file/v2.html
    
  3. # The python.install.requirements pins the version of Sphinx used.
    
  4. version: 2
    
  5. 
    
  6. build:
    
  7.   os: ubuntu-20.04
    
  8.   tools:
    
  9.     python: "3.8"
    
  10. 
    
  11. sphinx:
    
  12.   configuration: docs/conf.py
    
  13. 
    
  14. python:
    
  15.   install:
    
  16.     - requirements: docs/requirements.txt
    
  17. 
    
  18. formats: all