From 0dd6158ab31913a011e112574d415acd15d0ec28 Mon Sep 17 00:00:00 2001 From: kaio Guilherme Date: Mon, 22 Apr 2024 22:33:38 -0400 Subject: [PATCH] V1.1.3 --- .readthedocs.yaml | 6 +++--- pyproject.toml | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d8da937..8694161 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,8 +5,6 @@ # Required version: 2 -mkdocs: - configuration: mkdocs.yml # Set the OS, Python version and other tools you might need build: @@ -18,6 +16,8 @@ build: - pip install poetry - poetry config virtualenvs.create false post_install: - - poetry install --only doc + - poetry install +mkdocs: + configuration: mkdocs.yml diff --git a/pyproject.toml b/pyproject.toml index 6686ec5..295a788 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,8 +39,6 @@ mkdocstrings = "^0.24.3" mkdocstrings-python = "^1.10.0" mkdocs-macros-plugin = "^1.0.5" jinja2 = "^3.1.3" -pymdown-extensions = "^10.8" -mkdocs-material-extensions = "^1.3.1" [build-system] requires = ["poetry-core"]