Skip to content

Commit

Permalink
Remove cards as I added it to the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Aug 5, 2024
1 parent 7e20077 commit 47ac6b6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 197 deletions.
1 change: 0 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

sys.path.append(Path("exts").absolute().as_posix())
extensions = [
"cards",
"myst_parser",
"nbsphinx",
"rawfiles",
Expand Down
100 changes: 0 additions & 100 deletions exts/cards/__init__.py

This file was deleted.

86 changes: 0 additions & 86 deletions exts/cards/static/cards.css

This file was deleted.

5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ sphinx_reredirects
sphinx-design
sphinxcontrib-youtube
sphinxext-opengraph
sunpy-sphinx-theme>=2.0.0
#sunpy-sphinx-theme>=2.0.0
git+https://github.com/sunpy/sunpy-sphinx-theme.git@cards

# Eclipse notebook
astropy<6.1
astropy
exifread
ipywidgets
matplotlib
Expand Down
10 changes: 2 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
minversion = 4.0
envlist =
py{39,310,311,312}
py{310,311,312}
codestyle
linkcheck

Expand All @@ -16,12 +16,6 @@ pass_env =
# If the user has set a LC override we should follow it
LC_ALL
skip_install = true
allowlist_externals=
/bin/bash
/bin/make
/usr/bin/bash
/usr/bin/linkcheck
/usr/bin/make
description = Invoke sphinx-build to build the website.
deps =
-r{toxinidir}/requirements.txt
Expand All @@ -30,7 +24,7 @@ commands =
sphinx-build --color -W --keep-going -b html -d _build/ . _build/html {posargs}
python -c 'import pathlib; print("Documentation available under file://\{0\}".format(pathlib.Path("{toxinidir}") / "_build" / "html" / "index.html"))'

# Note this does not check the html file links.
# This does not check the html file links.
[testenv:linkcheck]
commands =
pip freeze --all --no-input
Expand Down

0 comments on commit 47ac6b6

Please sign in to comment.