Skip to content

Commit

Permalink
Fix black complaint (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Jul 3, 2021
1 parent 7d3ae40 commit 114e972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# Sphinx versions older than 3.5 run into issues with the autodoc_mock_imports
# setting below.
needs_sphinx = '3.5'
needs_sphinx = "3.5"

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand Down

0 comments on commit 114e972

Please sign in to comment.