Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Jul 24, 2024
1 parent 277429d commit 094ee7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import os
import sys
from sphinx_pyproject import SphinxConfig

sys.path.append(os.path.abspath("../.."))

# Loads config from pyproject.toml
from sphinx_pyproject import SphinxConfig
config = SphinxConfig("../../pyproject.toml", globalns=globals())

# These options need to stay here since they're dictionaries
# which can't be parsed by sphinx-pyproject
source_suffix = {".rst": "restructuredtext", ".ipynb": "myst-nb"}
nb_render_image_options = {"width": "450px", "align": "center"}
html_sidebars = { "**": [] }
html_sidebars = {"**": []}

0 comments on commit 094ee7c

Please sign in to comment.