Skip to content

Commit 8ee4714

Browse files
Update documentation building process (#236)
1 parent d20b9f8 commit 8ee4714

File tree

7 files changed

+554
-451
lines changed

7 files changed

+554
-451
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ all: install doc
99
doc:
1010
etc/make-doc.sh
1111

12+
fresh-doc: clean-doc
13+
etc/make-doc.sh --check-unused
14+
1215
doctest:
1316
cd docs && make doctest
1417

@@ -22,8 +25,8 @@ check: doctest
2225
pytest -vv tests/test_*.py
2326

2427
lint:
25-
ruff check --exit-zero setup.py tests/*.py libsemigroups_pybind11/*.py docs/source/conf.py
26-
pylint --exit-zero setup.py tests/*.py libsemigroups_pybind11/*.py docs/source/conf.py
28+
ruff check --exit-zero setup.py tests/*.py libsemigroups_pybind11/**/*.py docs/source/**/*.py
29+
pylint --exit-zero setup.py tests/*.py libsemigroups_pybind11/**/*.py docs/source/**/*.py
2730
cpplint src/*.hpp src/*.cpp
2831

2932
coverage:

0 commit comments

Comments
 (0)