We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455210e commit 530d3eeCopy full SHA for 530d3ee
2 files changed
docs/Makefile
@@ -23,7 +23,7 @@ help:
23
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
24
%: Makefile
25
make -f Makefile man
26
- python -m sphinx.ext.apidoc -o source ../src/cloudmesh
+ python -m sphinx.ext.apidoc -o source ../src/cloudmesh -f --remove-old
27
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
28
29
#man:
requirements-sphinx.txt
@@ -13,3 +13,4 @@ mistune==0.8.4
13
sphinxcontrib-openapi
14
sphinx-copybutton
15
sphinx_autodoc_typehints
16
+lxml[html_clean]
0 commit comments