From 9a8c26e54b261cd9ea9f14edfbd4ca9790a44841 Mon Sep 17 00:00:00 2001 From: Andrew D Smith Date: Sun, 4 Sep 2022 19:04:33 -0700 Subject: [PATCH] More for readthedocs --- .readthedocs.yaml | 17 +++++++++++++++++ documentation/docs/requirements.txt | 18 ++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 .readthedocs.yaml create mode 100644 documentation/docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..cdcbc6b --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,17 @@ +version: 2 +build: + os: ubuntu-20.04 + tools: + python: "3.9" + +mkdocs: + configuration: documentation/mkdocs.yml + fail_on_warning: false + +python: + install: + - requirements: documentation/docs/requirements.txt + +formats: + - pdf + - epub diff --git a/documentation/docs/requirements.txt b/documentation/docs/requirements.txt new file mode 100644 index 0000000..3e2bdf5 --- /dev/null +++ b/documentation/docs/requirements.txt @@ -0,0 +1,18 @@ +jinja2==3.0.3 +mkdocs>=1.3.1 +babel>=2.9.0 +click>=7.0 +Jinja2>=2.10.2 +Markdown>=3.2.1,<3.4 +PyYAML>=5.2 +watchdog>=2.0.0 +mdx_gh_links>=0.2 +ghp-import>=1.0 +pyyaml_env_tag>=0.1 +mkdocs-redirects>=1.0.1 +importlib_metadata>=4.3 +packaging>=20.5 +mergedeep>=1.3.4 +pygments>=2.12 +pymdown-extensions +mkdocs-material