You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = Environment for documentation generation
114
+
115
+
setenv =
116
+
SOURCE_DIR = doc/source
117
+
BUILD_DIR = doc/build
118
+
BUILDER_OPTS = --color -j auto
119
+
links: BUILDER = linkcheck
120
+
html: BUILDER = html
121
+
122
+
skip_install =
123
+
clean: True
124
+
125
+
deps =
126
+
links,html: -r requirements/requirements_docs.txt
127
+
128
+
commands_pre =
129
+
# Clear any running servers that may be locking resources
130
+
html,links: python -c "import psutil; proc_name = 'Ans.Dpf.Grpc'; nb_procs = len([proc.kill() for proc in psutil.process_iter() if proc_name in proc.name()]); \
# Clear any running servers that may be locking resources
168
+
html,links: python -c "import psutil; proc_name = 'Ans.Dpf.Grpc'; nb_procs = len([proc.kill() for proc in psutil.process_iter() if proc_name in proc.name()]); \
0 commit comments