diff --git a/docs/requirements.txt b/docs/requirements.txt index 2e59838..4051894 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,5 +7,5 @@ sphinx>=6.0 sphinx-autobuild>=2021.3.14 numpydoc>=1.5 -ablog>=0.10 +ablog>=0.11.10 sphinxext-opengraph>=0.7 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 0ea103d..c247a03 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ def get_docs_url(): extras_require={ 'testing': ['pytest'], 'coverage': ['pytest-cov', 'codecov'], - 'docs': ['numpydoc', 'sphinxext-opengraph', 'ablog==0.10.19', + 'docs': ['numpydoc', 'sphinxext-opengraph', 'ablog==0.11.10', 'sphinx==6.2.1', 'docutils>=0.19', 'Jinja2>=3.0'], 'styling': ['isort'] },