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