Mon, 12 Dec 2022 12:12:10 +0100
Fixed a typo in depol docs
ioannis@118 | 1 | # .readthedocs.yaml |
ioannis@118 | 2 | # Read the Docs configuration file |
ioannis@118 | 3 | # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details |
ioannis@118 | 4 | |
ioannis@118 | 5 | # Required |
ioannis@118 | 6 | version: 2 |
ioannis@118 | 7 | |
binietoglou@140 | 8 | # Set the version of Python and other tools you might need |
binietoglou@140 | 9 | build: |
binietoglou@140 | 10 | os: ubuntu-20.04 |
binietoglou@141 | 11 | tools: |
binietoglou@141 | 12 | python: "3.7" |
binietoglou@140 | 13 | |
ioannis@118 | 14 | # Build documentation in the docs/ directory with Sphinx |
ioannis@118 | 15 | sphinx: |
ioannis@118 | 16 | configuration: docs/conf.py |
ioannis@118 | 17 | |
ioannis@118 | 18 | # Optionally build your docs in additional formats such as PDF |
ioannis@118 | 19 | formats: |
ioannis@118 | 20 | |
ioannis@118 | 21 | |
ioannis@118 | 22 | # Optionally set the version of Python and requirements required to build your docs |
ioannis@118 | 23 | #python: |
ioannis@118 | 24 | # version: 3.7 |
ioannis@118 | 25 | # install: |
binietoglou@140 | 26 | # - requirements: docs/requirements.txt |