forked from Wavyzz/py-healthchecks.io
chore: requirement updates (#184)
* chore: requirement updates * poetry update * .github/worklows/constraints.txt updated * docs/requirements.txt updated * pre-commit hooks updated * docs: remove sphinx-click sphinx-click is unused, as we're not using click in this project
This commit is contained in:
@@ -8,7 +8,6 @@ copyright = f"{datetime.now().year}, {author}"
|
||||
extensions = [
|
||||
"sphinx.ext.autodoc",
|
||||
"sphinx.ext.napoleon",
|
||||
"sphinx_click",
|
||||
]
|
||||
autodoc_typehints = "description"
|
||||
html_theme = "furo"
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
furo==2022.4.7
|
||||
sphinx==5.0.1
|
||||
sphinx-click==4.1.0
|
||||
furo==2022.6.21
|
||||
sphinx==5.0.2
|
||||
|
||||
Reference in New Issue
Block a user