py2docfx 0.1.10.dev1811742__py3-none-any.whl → 0.1.10.dev1811995__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- py2docfx/__main__.py +2 -1
- {py2docfx-0.1.10.dev1811742.dist-info → py2docfx-0.1.10.dev1811995.dist-info}/METADATA +1 -1
- {py2docfx-0.1.10.dev1811742.dist-info → py2docfx-0.1.10.dev1811995.dist-info}/RECORD +5 -5
- {py2docfx-0.1.10.dev1811742.dist-info → py2docfx-0.1.10.dev1811995.dist-info}/WHEEL +0 -0
- {py2docfx-0.1.10.dev1811742.dist-info → py2docfx-0.1.10.dev1811995.dist-info}/top_level.txt +0 -0
py2docfx/__main__.py
CHANGED
@@ -269,13 +269,14 @@ def donwload_package_generate_documents(
|
|
269
269
|
# start caching new venv
|
270
270
|
cache_condition = package_index + CACHED_VIRTUALENV_LENGTH < len(package_info_list)
|
271
271
|
if cache_condition:
|
272
|
-
thread = threading.Thread(target = venv_manager.create_venv, args=[str(package_index)])
|
272
|
+
thread = threading.Thread(target = venv_manager.create_venv, args=[str(package_index + CACHED_VIRTUALENV_LENGTH)])
|
273
273
|
thread.start()
|
274
274
|
|
275
275
|
donwload_one_package_generate_document(package, package_index, env_executable)
|
276
276
|
|
277
277
|
# used venv clean up
|
278
278
|
folder_clean_up(os.path.join(PACKAGE_ROOT, "venv", str(package_index)))
|
279
|
+
print(f"<CI INFO>: Vitrual environment ID: {package_index} is cleaned up")
|
279
280
|
|
280
281
|
# wait for the new venv to be cached
|
281
282
|
if cache_condition:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: py2docfx
|
3
|
-
Version: 0.1.10.
|
3
|
+
Version: 0.1.10.dev1811995
|
4
4
|
Summary: A package built based on Sphinx which download source code package and generate yaml files supported by docfx.
|
5
5
|
Author: Microsoft Corporation
|
6
6
|
License: MIT License
|
@@ -1,5 +1,5 @@
|
|
1
1
|
py2docfx/__init__.py,sha256=kPRhPGPC1JknDotkksG428c1iIgfFr_4_7Jm-llrowY,72
|
2
|
-
py2docfx/__main__.py,sha256=
|
2
|
+
py2docfx/__main__.py,sha256=SB7fWJ3GNa7jT-MnpmN2u-zJzrVK-4zKT9XrcxAIQWw,12359
|
3
3
|
py2docfx/convert_prepare/__init__.py,sha256=XxtxrP0kmW3ZBHIAoxsPDEHzcgeC0WSnole8Lk6CjKs,11
|
4
4
|
py2docfx/convert_prepare/environment.py,sha256=E3KOFFy2xhrIqNjxpU9xIXknrgCxkinVuxcSul4p3HY,2677
|
5
5
|
py2docfx/convert_prepare/generate_conf.py,sha256=wqs6iyElzJarH-20_qEL9zvZvt5xfBMsGXSXPSZy6wg,2295
|
@@ -1886,7 +1886,7 @@ py2docfx/venv/0/Scripts/rst2s5.py,sha256=qup0-LMkBGLuh6Bj-1n8ucEVc5T8ANpqL0Pscmp
|
|
1886
1886
|
py2docfx/venv/0/Scripts/rst2xetex.py,sha256=FNBX2UuBN3vqJQss_DdqjMBSU5BQmOFGLOZV8DSNAuk,905
|
1887
1887
|
py2docfx/venv/0/Scripts/rst2xml.py,sha256=7uyNsZb5QOV243R-EQqdsyUKX7t5_9sQd6LYtw1ZyPA,634
|
1888
1888
|
py2docfx/venv/0/Scripts/rstpep2html.py,sha256=p-PYRUWuvD1LWAzofxrQu_Go3SMfIS8q0pmy6HT2Y5E,702
|
1889
|
-
py2docfx-0.1.10.
|
1890
|
-
py2docfx-0.1.10.
|
1891
|
-
py2docfx-0.1.10.
|
1892
|
-
py2docfx-0.1.10.
|
1889
|
+
py2docfx-0.1.10.dev1811995.dist-info/METADATA,sha256=5sFogkJffWdZ4KGB3SNzioTzOFpYiJ7wg7aa7g1OQj4,602
|
1890
|
+
py2docfx-0.1.10.dev1811995.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
1891
|
+
py2docfx-0.1.10.dev1811995.dist-info/top_level.txt,sha256=5dH2uP81dczt_qQJ38wiZ-gzoVWasfiJALWRSjdbnYU,9
|
1892
|
+
py2docfx-0.1.10.dev1811995.dist-info/RECORD,,
|
File without changes
|
File without changes
|