1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

Revert "update read the docs config"

This reverts commit 408b23faee.
This commit is contained in:
Patrick Kanzler
2019-06-11 00:10:21 +02:00
parent aaf0473c2d
commit 1f1d91fdeb
2 changed files with 7 additions and 9 deletions

View File

@@ -1,9 +0,0 @@
version: 2
formats:
- pdf
- epub
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- method: setuptools

7
readthedocs.yml Normal file
View File

@@ -0,0 +1,7 @@
formats:
- pdf
- epub
requirements_file: doc/requirements.txt
python:
version: 2
setup_py_install: true