From 1429373427c79583548ef0dca68449253bc47464 Mon Sep 17 00:00:00 2001 From: konstantinos Date: Fri, 16 Aug 2024 16:15:45 +0300 Subject: [PATCH 1/8] chore: document rtd build process in .readthedocs.yml file --- .readthedocs.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cd3a27c..382714b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,6 +16,14 @@ build: # golang: "1.19" # ALL JOBS implied: https://docs.readthedocs.io/en/stable/builds.html + + # Step Customizable jobs + # Checkout post_checkout + # System dependencies pre_system_dependencies, post_system_dependencies + # Create environment pre_create_environment, post_create_environment + # Install pre_install, post_install + # Build pre_build, post_build + jobs: # post_system_dependencies: # - python3 -m pip install --user poetry From e00bc1bee1b74b9e76c0fae0f1d2bd1e57dc2f34 Mon Sep 17 00:00:00 2001 From: konstantinos Date: Fri, 16 Aug 2024 16:16:16 +0300 Subject: [PATCH 2/8] docs: enable abbr markdown extension in mkdocs build --- mkdocs.yml | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index d62caec..65b2585 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,6 +24,14 @@ theme: # - navigation.tracking # - navigation.instant + ### CSS DESIGN ### + # Allow writting css to a single css file, + # eg avoids need to add