Skip to content

Commit b2b4c85

Browse files
committed
RTD config
1 parent d80e4f6 commit b2b4c85

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,6 @@ dmypy.json
131131

132132
# Pyre type checker
133133
.pyre/
134+
135+
#
136+
.DS_Store

.readthedocs.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Required
2+
version: 2
3+
4+
# Build documentation in the docs/ directory with Sphinx
5+
sphinx:
6+
configuration: docs/conf.py
7+
8+
# Optionally set the version of Python and requirements required to build your docs
9+
python:
10+
version: 3.7
11+
install:
12+
- method: pip
13+
path: .
14+
extra_requirements:
15+
- docs

0 commit comments

Comments
 (0)