Thanks to visit codestin.com Credit goes to github.com
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 fec8fd2 commit 59868efCopy full SHA for 59868ef
.readthedocs.yml
@@ -0,0 +1,20 @@
1
+# Read the Docs configuration file
2
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
+
4
+# Required
5
+version: 2
6
7
+# Build documentation in the docs/ directory with Sphinx
8
+sphinx:
9
+ configuration: docs/conf.py
10
11
+# Build documentation with MkDocs
12
+#mkdocs:
13
+# configuration: mkdocs.yml
14
15
+# Optionally build your docs in additional formats such as PDF and ePub
16
+formats: all
17
18
+# Optionally set the version of Python and requirements required to build your docs
19
+python:
20
+ version: 3.5
0 commit comments