From 9fc3c079a3463112159949ca5705500fd785e39f Mon Sep 17 00:00:00 2001 From: Richard Mahn Date: Tue, 21 Jun 2022 15:55:50 -0600 Subject: [PATCH] Updates readthedocs --- .readthedocs.yaml | 15 +++++++++++++-- content/en_uag | 2 +- docs/requirements.txt | 1 + 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 87e2684..6ba7a77 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,7 +1,18 @@ version: 2 +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: content/conf.py + +# Optionally build your docs in additional formats such as PDF +formats: all + +# Optionally set the version of Python and requirements required to build your docs +python: + version: "3.7" + install: + - requirements: docs/requirements.txt + submodules: include: all recursive: true - -formats: all diff --git a/content/en_uag b/content/en_uag index 33f2f8f..92bcd5e 160000 --- a/content/en_uag +++ b/content/en_uag @@ -1 +1 @@ -Subproject commit 33f2f8fb94ebbfc782775071d3e45b97ebc2ed76 +Subproject commit 92bcd5ea8c408f02b1a8121b0ecc2ba9db483ecd diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..93120e6 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +docutils<0.18