Skip to content

Commit 7e99a56

Browse files
committed
Added control files for readthedocs
1 parent a8740bd commit 7e99a56

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

readthedocs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
type: sphinx
2+
python:
3+
version: 3
4+
requirements_file: requirements.txt
5+
formats:
6+
- none
7+
8+

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
recommonmark
2+
git+https://github.com/datadavev/docutils_sqltable#egg=sqltable

runtime.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.6

0 commit comments

Comments
 (0)