From f29c2eb5e1565c8ab86e1a5cface2d64b3cde4ca Mon Sep 17 00:00:00 2001 From: Lucy Joshua Date: Mon, 6 Feb 2023 21:33:46 +0200 Subject: [PATCH] Hands up --- .readthedocs.yaml | 20 ++++++++++++++++++++ docs/mkdocs.yml | 8 ++++---- 2 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..f71020f --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,20 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Set the version of Python and other tools you might need +# build: +# os: ubuntu-22.04 +# tools: +# python: "3.10" + +mkdocs: + configuration: docs/mkdocs.yml + +# Optionally declare the Python requirements required to build your docs +python: + install: + - requirements: docs/requirements.txt diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 02c974b..34b9950 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -16,8 +16,8 @@ markdown_extensions: base_path: . - admonition nav: - - Home: 'index.md' - - User Guide: 'usage.md' - - Data for nerds: 'data.md' - - License: 'license.md' + - Home: 'files/index.md' + - User Guide: 'files/usage.md' + - Data for nerds: 'files/data.md' + - License: 'files/license.md' copyright: "Copyright © 2023 Lucy Joshua and friends, under the GNU GPLv3." \ No newline at end of file