diff options
author | nodiscc <nodiscc@gmail.com> | 2019-03-30 17:07:31 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2019-03-30 17:07:31 +0100 |
commit | 6e76474c4dba13b7a439b82afb716736a6c6367e (patch) | |
tree | eb563f198965b7fe9add11bb64abfb11cf12d2d1 | |
parent | 90e048594a2981ac510d024a4f0ae2d5f188a176 (diff) | |
download | Shaarli-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
-rw-r--r-- | .readthedocs.yml | 15 |
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 | ||
6 | version: 2 | ||
7 | |||
8 | # Build documentation with MkDocs | ||
9 | mkdocs: | ||
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 | ||
14 | python: | ||
15 | version: 3.5 \ No newline at end of file | ||