We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80e4f6 commit b2b4c85Copy full SHA for b2b4c85
.gitignore
@@ -131,3 +131,6 @@ dmypy.json
131
132
# Pyre type checker
133
.pyre/
134
+
135
+#
136
+.DS_Store
.readthedocs.yml
@@ -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