File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -195,3 +195,5 @@ src/ansys/grpc/
195195
196196# Ignore auto-generated API reference
197197doc /source /api
198+ doc /source /examples
199+ doc /source /images /auto-generated
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ commands =
5555description = Check if documentation generates properly
5656allowlist_externals =
5757 pdflatex
58+ passenv =
59+ ANSYSLMD_LICENSE_FILE
5860setenv =
5961 SOURCE_DIR = doc/source
6062 BUILD_DIR = doc/_build
@@ -63,7 +65,7 @@ setenv =
6365 links: BUILDER = linkcheck
6466 html: BUILDER = html
6567 pdf: BUILDER = latex
66- links,html,pdf: BUILDER_OPTS = --color -v -j auto -W - -keep-going
68+ links,html,pdf: BUILDER_OPTS = --color -v --keep-going
6769deps =
6870 -r{toxinidir}/requirements/requirements_docs.txt
6971commands =
You can’t perform that action at this time.
0 commit comments