Skip to content

Commit

Permalink
remove unused sphinx-asdf (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored Feb 26, 2024
1 parent 70d3969 commit 038abc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def check_sphinx_version(expected_version):
"sphinx_automodapi.automodsumm",
"sphinx_automodapi.autodoc_enhancements",
"sphinx_automodapi.smart_resolver",
"sphinx_asdf",
"sphinxcontrib.jquery",
]

Expand Down Expand Up @@ -200,11 +199,6 @@ def check_sphinx_version(expected_version):
# If true, keep warnings as "system message" paragraphs in the built documents.
# keep_warnings = False

# Mapping for links to the ASDF Standard in ASDF schema documentation
asdf_schema_reference_mappings = [
("tag:stsci.edu:asdf", "http://asdf-standard.readthedocs.io/en/latest/generated/stsci.edu/asdf/"),
]

# -- Options for HTML output ----------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ docs = [
'sphinx-automodapi',
'sphinx-rtd-theme',
'sphinx-astropy',
'sphinx-asdf',
'tomli; python_version <"3.11"',
]

Expand Down

0 comments on commit 038abc0

Please sign in to comment.