Skip to content

Commit

Permalink
chg: Bump deps, readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Aug 17, 2023
1 parent f26cd7b commit f15028c
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 34 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3"

python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs

build:
image: latest

formats: all
186 changes: 158 additions & 28 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@ pylacus = 'pylacus:main'
[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.31.0"
Sphinx = { version = "^7.1.2", optional = true }
Sphinx = [
{version = "<7.2", python = "<3.9", optional = true},
{version = "^7.2", python = ">=3.9", optional = true}
]

[tool.poetry.group.dev.dependencies]
mypy = "^1.5.0"
mypy = "^1.5.1"
types-requests = "^2.31.0.2"
ipython = [
{version = "<8.13.0", python = "<3.9"},
Expand Down

0 comments on commit f15028c

Please sign in to comment.