Skip to content

Commit

Permalink
V1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioguilherme1 committed Apr 23, 2024
1 parent 69e905f commit 0dd6158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
# Required
version: 2

mkdocs:
configuration: mkdocs.yml

# Set the OS, Python version and other tools you might need
build:
Expand All @@ -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

2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 0dd6158

Please sign in to comment.