Skip to content

Commit 659e92b

Browse files
committed
adjust Makefile and requirements
1 parent 4366403 commit 659e92b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Makefile

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,20 @@ PYTHON ?= python
66
MATHICS3_MODULE_OPTION ?=--load-module pymathics.trepan,pymathics.graph,pymathics.natlang
77

88
#: Default target - same as "develop"
9-
all: user-docs
9+
all: doctest-data rst-documentation user-docs
1010

1111
.PHONY: developer-docs clean
1212

13-
#: Build developer guide
14-
user-docs: setup
13+
14+
doctest-data: setup
1515
MATHICS_CHARACTER_ENCODING="UTF-8" $(PYTHON) -m mathics.docpipeline --output $(MATHICS3_MODULE_OPTION)
1616
$(PYTHON) generate/testdata.py
17+
18+
rst-documentation:
1719
$(PYTHON) generate/doc2rst.py $(MATHICS3_MODULE_OPTION)
20+
21+
#: Build developer guide
22+
user-docs:
1823
$(MAKE) -C docs html latexpdf
1924

2025

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
asymptote
21
sphinx
32
mathics3
43
matplotlib

0 commit comments

Comments
 (0)