Skip to content

Commit afbc31c

Browse files
committed
removed un needed files
1 parent 218295c commit afbc31c

File tree

7 files changed

+1
-88
lines changed

7 files changed

+1
-88
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@ jobs:
6565
run: |
6666
make style
6767
68-
- name: Run Tests
69-
run: |
70-
make test
71-
72-
- name: Install LaTeX
68+
# - name: Install LaTeX
7369
run: |
7470
sudo apt-get update -y && \
7571
sudo apt-get install -y \

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ autoformat ::
4444
$(PYTHON) -m black dev_tools
4545
$(PYTHON) -m isort dev_tools
4646

47-
test ::
48-
$(PYTHON) -m pytest dev_tools
49-
5047
clean ::
5148
$(RM) -rf ./wiki/source/$(BUILD_DIR)
5249

dev_tools/__init__.py

Whitespace-only changes.

dev_tools/ext/__init__.py

Whitespace-only changes.

dev_tools/ext/contrib_ext.py

Lines changed: 0 additions & 32 deletions
This file was deleted.

wiki/source/_templates/sourcelink.html

Lines changed: 0 additions & 46 deletions
This file was deleted.

wiki/source/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#
2020
# add the abs path to the custom extension for collecting the contributor
2121
# variables from the rst files
22-
sys.path.insert(0, os.path.abspath("../../dev_tools/ext"))
2322
# -- Project information -----------------------------------------------------
2423

2524
project = "nexusformat_wiki"
@@ -43,7 +42,6 @@
4342
"sphinx.ext.githubpages",
4443
"sphinx.ext.todo",
4544
"sphinx_tabs.tabs",
46-
"contrib_ext",
4745
]
4846

4947
# Show `.. todo` directives in the output

0 commit comments

Comments
 (0)