File tree Expand file tree Collapse file tree 7 files changed +1
-88
lines changed
Expand file tree Collapse file tree 7 files changed +1
-88
lines changed Original file line number Diff line number Diff line change 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 \
Original file line number Diff line number Diff 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-
5047clean ::
5148 $(RM ) -rf ./wiki/source/$(BUILD_DIR )
5249
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
2524project = "nexusformat_wiki"
4342 "sphinx.ext.githubpages" ,
4443 "sphinx.ext.todo" ,
4544 "sphinx_tabs.tabs" ,
46- "contrib_ext" ,
4745]
4846
4947# Show `.. todo` directives in the output
You can’t perform that action at this time.
0 commit comments