aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2019-03-31 12:05:51 +0000
committerGitHub <noreply@github.com>2019-03-31 12:05:51 +0000
commitb7aad51e8a8fcbccf5faeed80851ce874012a148 (patch)
tree61ac45bc38301a6614a735a110b3932ff7144e7f
parentd3c813fc15412ced9eaf2aa63d28164864a2d3ea (diff)
parent6e76474c4dba13b7a439b82afb716736a6c6367e (diff)
downloadShaarli-b7aad51e8a8fcbccf5faeed80851ce874012a148.tar.gz
Shaarli-b7aad51e8a8fcbccf5faeed80851ce874012a148.tar.zst
Shaarli-b7aad51e8a8fcbccf5faeed80851ce874012a148.zip
Merge pull request #1288 from shaarli/fix-mkdocs
docs: add readthedocs configuration file
-rw-r--r--.readthedocs.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 00000000..09e5a6a5
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,15 @@
1# .readthedocs.yml
2# Read the Docs configuration file
3# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
5# Required
6version: 2
7
8# Build documentation with MkDocs
9mkdocs:
10 configuration: mkdocs.yml
11
12# Optionally set the version of Python and requirements required to build your docs
13# https://github.com/rtfd/readthedocs.org/issues/5250
14python:
15 version: 3.5 \ No newline at end of file