Skip to content

Commit

Permalink
Stop black and isort from fighting over conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Nov 12, 2024
1 parent 6762a83 commit ca52a6f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Configuration file for the Sphinx documentation builder.
#
""" conf.py
Configuration file for the Sphinx documentation builder.
isort:skip_file
"""

# This file only contains a selection of the most common options. For a full
# list see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
Expand All @@ -9,6 +13,7 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import datetime

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
Expand Down

0 comments on commit ca52a6f

Please sign in to comment.