We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f75aa commit ee3f4e0Copy full SHA for ee3f4e0
docs/Makefile
@@ -26,6 +26,8 @@ SPHINXPROJ = SphinxContribHDLDiagramsDocs
26
SOURCEDIR = .
27
BUILDDIR = _build
28
29
+ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees -T -D language=en $(SPHINXOPTS) .
30
+
31
# Put it first so that "make" without argument is like "make help".
32
help:
33
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@@ -49,6 +51,9 @@ env:
49
51
source env/bin/activate; conda config --system --add pkgs_dirs $(PWD)/env/pkgs
50
52
source env/bin/activate; conda env update --name base --file ../environment.yml
53
54
+html:
55
+ sphinx-build -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
56
57
.PHONY: env
58
59
# Catch-all target: route all unknown targets to Sphinx using the new
0 commit comments