docs: adjust sphinx to flask2 (#251)

This commit is contained in:
David
2021-12-06 14:47:55 +01:00
committed by GitHub
parent 07d7e6fa0e
commit 62d23f104c
3 changed files with 5 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ extras_require = {
"postgresql": [f"invenio-db[postgresql,versioning]{invenio_db_version}"],
"sqlite": [f"invenio-db[versioning]{invenio_db_version}"],
"docs": [
"Sphinx>=3",
"Sphinx==4.2.0",
],
"tests": tests_require,
}