From 094bcb830d9839faf84726654f0b8d24689e0f1a Mon Sep 17 00:00:00 2001 From: mirzakaevtf Date: Fri, 15 Mar 2024 11:35:44 +0500 Subject: [PATCH] build.os --- .readthedocs.yaml | 16 ++++++++++++---- mkdocs/requirements.txt | 5 +++-- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7adf645..0b7bd5a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,12 +4,20 @@ # Required version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.8" +python: + install: + - requirements: mkdocs/requirements.txt + mkdocs: configuration: mkdocs.yml # Optionally set the version of Python and requirements required to build your docs -python: - version: "3.8" - install: - - requirements: mkdocs/requirements.txt \ No newline at end of file +# python: +# version: "3.8" +# install: +# - requirements: mkdocs/requirements.txt \ No newline at end of file diff --git a/mkdocs/requirements.txt b/mkdocs/requirements.txt index e0ced18..9898d80 100644 --- a/mkdocs/requirements.txt +++ b/mkdocs/requirements.txt @@ -5,7 +5,6 @@ mkdocs-include-markdown-plugin mkdocs-video mkdocs-material==8.5.8 -mkdocs-img2fig-plugin mike weasyprint==52.5 @@ -13,4 +12,6 @@ mkdocs-with-pdf mkdocs-bootswatch -pymdown-extensions \ No newline at end of file +pymdown-extensions + +mkdocs-glightbox==0.3.4 \ No newline at end of file