Skip to content

Commit

Permalink
📜 docs: Test deploy readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquesebastiao committed May 3, 2024
1 parent 738fe65 commit 92ddf16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: latest
python: "3.11"
jobs:
post_create_environment:
- pip install poetry
Expand Down
4 changes: 1 addition & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,12 @@ plugins:
- search
- git-authors
- git-committers:
repository: henriquesebastiao/skyport
repository: henriquesebastiao/netmikro
branch: main
- git-revision-date-localized:
type: date

extra:
commands:
run: skyport
variables:
version: 0.1.0
social:
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,19 @@ classifiers = [
"Bug Tracker" = "https://github.com/henriquesebastiao/netmikro/issues"

[tool.poetry.dependencies]
python = "^3.12"
python = "^3.11"
netmiko = "^4.2.0"
python-dotenv = "^1.0.1"
pytest = "^8.2.0"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.4.1,<9.0.0"
pytest-cov = ">=4.1,<6.0"
blue = "^0.9.1"
isort = "^5.12.0"
ruff = ">=0.0.287,<0.4.3"
taskipy = "^1.12.0"
coverage-badge = "^1.1.1"
setuptools = "^69.5.1"
pytest = "^8.2.0"

[tool.poetry.group.doc.dependencies]
mkdocs-material = "^9.2.8"
Expand Down

0 comments on commit 92ddf16

Please sign in to comment.