Skip to content

Commit

Permalink
add missing whitespace at ./docs/conf.py:79:14
Browse files Browse the repository at this point in the history
  • Loading branch information
nishitjain1204 committed Apr 4, 2021
1 parent 6f28bd1 commit 6020084
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 @@ -76,7 +76,7 @@ def run(self):
# If your documentation needs a minimal Sphinx version, state it here.
needs_sphinx = '2.1.0' # Due to sphinx.ext.napoleon, autodoc_typehints
if needs_sphinx > sphinx.__version__:
message =f"This project needs at least Sphinx v{needs_sphinx}"
message = f"This project needs at least Sphinx v{needs_sphinx}"
raise VersionRequirementError(message)

# Add any Sphinx extension module names here, as strings. They can be
Expand Down

0 comments on commit 6020084

Please sign in to comment.