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
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 16 lines 378 B view raw
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