Skip to content

Commit 530d3ee

Browse files
committed
fix sphinx build
1 parent 455210e commit 530d3ee

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ help:
2323
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
2424
%: Makefile
2525
make -f Makefile man
26-
python -m sphinx.ext.apidoc -o source ../src/cloudmesh
26+
python -m sphinx.ext.apidoc -o source ../src/cloudmesh -f --remove-old
2727
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2828

2929
#man:

requirements-sphinx.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ mistune==0.8.4
1313
sphinxcontrib-openapi
1414
sphinx-copybutton
1515
sphinx_autodoc_typehints
16+
lxml[html_clean]

0 commit comments

Comments
 (0)