diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5d153d8..0d971a6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,13 +10,12 @@ build: python: "latest" sphinx: - configuration: doc/recipes/docs/conf.py + configuration: doc/recipes/docs/conf.py formats: - - epub - - pdf + - epub + - pdf python: - version: 3.7 - install: - - requirements: doc/recipes/requirements.txt \ No newline at end of file + install: + - requirements: doc/recipes/requirements.txt \ No newline at end of file