Skip to content

Commit

Permalink
Sphinx language set to "en" as they no longer support None as of 5.x …
Browse files Browse the repository at this point in the history
…releases. (arrow-py#1114)
  • Loading branch information
krisfremen committed Jun 23, 2022
1 parent 4357f8c commit 7b5c1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
source_suffix = ".rst"
pygments_style = "sphinx"

language = None
language = "en"

# -- Options for HTML output -------------------------------------------------

Expand Down

0 comments on commit 7b5c1aa

Please sign in to comment.