This cross platform - Linux, Mac OS X and Windows - F# .Net library and smartphone app converts Maya Tzolk’in dates to Gregorian dates and vice versa.
1# .readthedocs.yaml
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
8mkdocs:
9 configuration: mkdocs.yml
10 fail_on_warning: false
11
12# Optionally set the version of Python and requirements required to build your docs
13python:
14 version: 3.7
15 install:
16 - requirements: docs/requirements.txt