Skip to content

Commit

Permalink
fix docs compatibilty problem with Sphinx>=5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim authored and kpsherva committed Jun 9, 2022
1 parent 82b22b2 commit f7ab436
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2020 CERN.
# Copyright (C) 2022 Graz University of Technology.
#
# Invenio-Vocabularies is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more
Expand Down Expand Up @@ -69,7 +70,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tests =
invenio-app>=1.3.3
invenio-db[postgresql,mysql,versioning]>=1.0.14,<2.0.0
pytest-invenio>=1.4.11
Sphinx>=3,<4
Sphinx>=4.5
elasticsearch6 =
invenio-search[elasticsearch6]>=1.4.2,<2.0
elasticsearch7 =
Expand Down

0 comments on commit f7ab436

Please sign in to comment.