Skip to content

Commit

Permalink
Attempting to fix Sphinx version req issue
Browse files Browse the repository at this point in the history
  • Loading branch information
StokesMIDE committed Feb 15, 2024
1 parent b806e05 commit dc8cb4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_version(rel_path):
]

DOCS_REQUIRES = [
"sphinx==4.2.0",
"sphinx==5.0.2",
"pydata-sphinx-theme==0.7.2",
"nbsphinx",
]
Expand Down

0 comments on commit dc8cb4a

Please sign in to comment.