aboutsummaryrefslogtreecommitdiffhomepage
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2019-03-30 17:07:31 +0100
committernodiscc <nodiscc@gmail.com>2019-03-30 17:07:31 +0100
commit6e76474c4dba13b7a439b82afb716736a6c6367e (patch)
treeeb563f198965b7fe9add11bb64abfb11cf12d2d1 /.readthedocs.yml
parent90e048594a2981ac510d024a4f0ae2d5f188a176 (diff)
downloadShaarli-6e76474c4dba13b7a439b82afb716736a6c6367e.tar.gz
Shaarli-6e76474c4dba13b7a439b82afb716736a6c6367e.tar.zst
Shaarli-6e76474c4dba13b7a439b82afb716736a6c6367e.zip
docs: add readthedocs configuration file
workaround for mkdocs incompatibility with python 3.7 https://github.com/rtfd/readthedocs.org/issues/5250
Diffstat (limited to '.readthedocs.yml')
-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