Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unused sphinx-asdf #326

Merged
merged 1 commit into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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