Skip to content

Commit 0809a9a

Browse files
author
Maikel Mardjan
committed
updates
1 parent 4de94ff commit 0809a9a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.readthedocs.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
3+
python:
4+
version: 3.7
5+
install:
6+
- requirements: requirements.txt
7+
- method: pip
8+
path: .
9+
extra_requirements:
10+
- sphinx
11+
- method: setuptools
12+
system_packages: true
13+
14+
15+
sphinx:
16+
builder: html
17+
fail_on_warning: true

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sphinx-book-theme==0.0.39
1+
sphinx-book-theme>=0.0.39

0 commit comments

Comments
 (0)