Skip to content

Commit

Permalink
isort and black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasentaurii committed Dec 4, 2024
1 parent 1d45761 commit 483cf4d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
# This file does only contain a selection of the most common options. For a
# full list see the documentation:
# http://www.sphinx-doc.org/en/master/config
import os
import datetime
import importlib.metadata
import os
from pathlib import Path

import tomli
from sphinx_asdf.conf import * # noqa: F403
from sphinx_asdf.conf import intersphinx_mapping, extensions
from sphinx_asdf.conf import extensions, intersphinx_mapping

# -- Project information -----------------------------------------------------

# Get configuration information from `pyproject.toml`
Expand All @@ -36,7 +37,7 @@
"asdf-wcs-schemas": ("https://asdf-wcs-schemas.readthedocs.io/en/latest/", None),
"asdf-coordinates-schemas": ("https://asdf-coordinates-schemas.readthedocs.io/en/latest/", None),
"asdf-website": ("https://asdf-website.readthedocs.io/en/latest/", None),
} # noqa: F405
} # noqa: F405

intersphinx_mapping.update(subproject_mappings)

Expand All @@ -49,7 +50,7 @@

extensions += [
"sphinx.ext.mathjax",
"sphinx.ext.ifconfig",
"sphinx.ext.ifconfig",
"sphinx.ext.graphviz",
"sphinx.ext.autodoc",
"sphinx.ext.extlinks",
Expand Down

0 comments on commit 483cf4d

Please sign in to comment.