Skip to content

Commit

Permalink
Fix RTD & update dependencies again
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Oct 18, 2023
1 parent 7af2443 commit 906ff2e
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 38 deletions.
1 change: 0 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ build:
python:
install:
- requirements: docs/requirements.txt
system_packages: false
sphinx:
builder: html
configuration: docs/conf.py
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019-2022 ObserverOfTime
Copyright (c) 2019-2023 ObserverOfTime

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# -- Project information -----------------------------------------------------

project = 'yaenv'
copyright = '2019-2022, ObserverOfTime, BSD 3-Clause License'
copyright = '2019-2023, ObserverOfTime, BSD 3-Clause License'
author = 'ObserverOfTime'

# The full version, including alpha/beta/rc tags
Expand All @@ -38,6 +38,7 @@
'sphinx.ext.extlinks',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'sphinxcontrib.jquery',
]

# Napoleon settings
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sphinx~=6.2.1
sphinx-rtd-theme~=1.3.0
64 changes: 32 additions & 32 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yaenv"
version = "1.6.4.dev1"
version = "1.6.4.dev2"
readme = "README.rst"
license = "BSD-3-Clause"
description = "Yet another dotenv parser for Python."
Expand Down Expand Up @@ -36,7 +36,7 @@ include = "yaenv"
python = "^3.10"

[tool.poetry.group.dev.dependencies]
mypy = "^1.5.1"
mypy = "^1.6.1"
pytest = "^7.4.2"
pytest-cov = "^4.1.0"
pytest-pspec = "^0.0.4"
Expand All @@ -61,7 +61,7 @@ addopts = ["--pspec", "--cov", "--cov-report=term"]

[tool.ruff]
line-length = 80
format = "grouped"
output-format = "grouped"
select = ["F", "E", "W", "D", "I", "Q"]
ignore = [
"D107",
Expand Down

0 comments on commit 906ff2e

Please sign in to comment.