Skip to content

Commit

Permalink
drop sphinx-astropy as docs requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Feb 13, 2024
1 parent 1c8c660 commit 6defdfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,12 @@

import datetime
import importlib.metadata
import sys
from pathlib import Path

import tomli
from sphinx_asdf.conf import * # noqa: F403

# -- Project information -----------------------------------------------------
try:
from sphinx_astropy.conf.v1 import * # noqa: F403, F401
except ImportError:
print("ERROR: the documentation requires the sphinx-astropy package to be installed")
sys.exit(1)

# Get configuration information from `pyproject.toml`
with open(Path(__file__).parent.parent.parent / "pyproject.toml", "rb") as configuration_file:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ docs = [
'tomli',
'sphinx >= 4.0',
'sphinx-asdf >= 0.1.3',
'sphinx-astropy',
'graphviz',
'matplotlib',
'docutils',
Expand Down

0 comments on commit 6defdfc

Please sign in to comment.