Read the Docs build information Build id: 3914281 Project: jij-inc-ommx Version: python-2.3.5 Commit: e6e803b630d068c64ba7543ad828d34127ccca12 Date: 2026-04-10T10:04:16.862539Z State: finished Success: True [rtd-command-info] start-time: 2026-04-10T10:04:17.658754Z, end-time: 2026-04-10T10:04:18.338123Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/Jij-Inc/ommx.git . Cloning into '.'... [rtd-command-info] start-time: 2026-04-10T10:04:18.467614Z, end-time: 2026-04-10T10:04:19.690068Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/tags/python-2.3.5:refs/tags/python-2.3.5 From https://github.com/Jij-Inc/ommx * [new tag] python-2.3.5 -> python-2.3.5 * [new tag] python-2.0.11 -> python-2.0.11 * [new tag] python-2.0.12 -> python-2.0.12 * [new tag] python-2.1.0 -> python-2.1.0 * [new tag] python-2.2.0 -> python-2.2.0 * [new tag] python-2.3.0 -> python-2.3.0 * [new tag] python-2.3.1 -> python-2.3.1 * [new tag] python-2.3.2 -> python-2.3.2 * [new tag] python-2.3.3 -> python-2.3.3 * [new tag] python-2.3.4 -> python-2.3.4 * [new tag] rust-2.1.0 -> rust-2.1.0 * [new tag] rust-2.1.1 -> rust-2.1.1 * [new tag] rust-2.2.0 -> rust-2.2.0 * [new tag] rust-2.3.0 -> rust-2.3.0 [rtd-command-info] start-time: 2026-04-10T10:04:20.417499Z, end-time: 2026-04-10T10:04:20.497372Z, duration: 0, exit-code: 0 git checkout --force e6e803b630d068c64ba7543ad828d34127ccca12 Note: switching to 'e6e803b630d068c64ba7543ad828d34127ccca12'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at e6e803b Bump bytes from 1.11.0 to 1.11.1 (#710) [rtd-command-info] start-time: 2026-04-10T10:04:20.605501Z, end-time: 2026-04-10T10:04:20.642041Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Set the OS, Python version and other tools you might need build: os: ubuntu-24.04 tools: python: "3.12" # You can also specify other tool versions: # nodejs: "23" # rust: "1.82" # golang: "1.23" # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/api_reference/conf.py # Optionally build your docs in additional formats such as PDF and ePub # formats: # - pdf # - epub # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - requirements: docs/api_reference/requirements.txt [rtd-command-info] start-time: 2026-04-10T10:04:25.633854Z, end-time: 2026-04-10T10:04:25.686832Z, duration: 0, exit-code: 0 asdf global python 3.12.10 [rtd-command-info] start-time: 2026-04-10T10:04:26.181587Z, end-time: 2026-04-10T10:04:26.801440Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.12.10.final.0-64 in 395ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/envs/python-2.3.5, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2026-04-10T10:04:26.897629Z, end-time: 2026-04-10T10:04:31.462903Z, duration: 4, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/envs/python-2.3.5/lib/python3.12/site-packages (23.1) Collecting pip Downloading pip-26.0.1-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 17.2 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/envs/python-2.3.5/lib/python3.12/site-packages (67.6.1) Collecting setuptools Downloading setuptools-82.0.1-py3-none-any.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 31.8 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.6.1 Uninstalling setuptools-67.6.1: Successfully uninstalled setuptools-67.6.1 Attempting uninstall: pip Found existing installation: pip 23.1 Uninstalling pip-23.1: Successfully uninstalled pip-23.1 Successfully installed pip-26.0.1 setuptools-82.0.1 [rtd-command-info] start-time: 2026-04-10T10:04:31.550035Z, end-time: 2026-04-10T10:04:36.068780Z, duration: 4, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx Collecting sphinx Downloading sphinx-9.1.0-py3-none-any.whl.metadata (5.8 kB) Collecting sphinxcontrib-applehelp>=1.0.7 (from sphinx) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-htmlhelp>=2.0.6 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath>=1.0.1 (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-qthelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl.metadata (2.4 kB) Collecting Jinja2>=3.1 (from sphinx) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting Pygments>=2.17 (from sphinx) Downloading pygments-2.20.0-py3-none-any.whl.metadata (2.5 kB) Collecting docutils<0.23,>=0.21 (from sphinx) Downloading docutils-0.22.4-py3-none-any.whl.metadata (15 kB) Collecting snowballstemmer>=2.2 (from sphinx) Downloading snowballstemmer-3.0.1-py3-none-any.whl.metadata (7.9 kB) Collecting babel>=2.13 (from sphinx) Downloading babel-2.18.0-py3-none-any.whl.metadata (2.2 kB) Collecting alabaster>=0.7.14 (from sphinx) Downloading alabaster-1.0.0-py3-none-any.whl.metadata (2.8 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-2.0.0-py2.py3-none-any.whl.metadata (1.5 kB) Collecting requests>=2.30.0 (from sphinx) Downloading requests-2.33.1-py3-none-any.whl.metadata (4.8 kB) Collecting roman-numerals>=1.0.0 (from sphinx) Downloading roman_numerals-4.1.0-py3-none-any.whl.metadata (3.3 kB) Collecting packaging>=23.0 (from sphinx) Downloading packaging-26.0-py3-none-any.whl.metadata (3.3 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1->sphinx) Downloading markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB) Collecting charset_normalizer<4,>=2 (from requests>=2.30.0->sphinx) Downloading charset_normalizer-3.4.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (40 kB) Collecting idna<4,>=2.5 (from requests>=2.30.0->sphinx) Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB) Collecting urllib3<3,>=1.26 (from requests>=2.30.0->sphinx) Downloading urllib3-2.6.3-py3-none-any.whl.metadata (6.9 kB) Collecting certifi>=2023.5.7 (from requests>=2.30.0->sphinx) Downloading certifi-2026.2.25-py3-none-any.whl.metadata (2.5 kB) Downloading sphinx-9.1.0-py3-none-any.whl (3.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 45.7 MB/s 0:00:00 Downloading docutils-0.22.4-py3-none-any.whl (633 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 633.2/633.2 kB 919.9 MB/s 0:00:00 Downloading alabaster-1.0.0-py3-none-any.whl (13 kB) Downloading babel-2.18.0-py3-none-any.whl (10.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 213.8 MB/s 0:00:00 Downloading imagesize-2.0.0-py2.py3-none-any.whl (9.4 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (22 kB) Downloading packaging-26.0-py3-none-any.whl (74 kB) Downloading pygments-2.20.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 1.0 GB/s 0:00:00 Downloading requests-2.33.1-py3-none-any.whl (64 kB) Downloading charset_normalizer-3.4.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (216 kB) Downloading idna-3.11-py3-none-any.whl (71 kB) Downloading urllib3-2.6.3-py3-none-any.whl (131 kB) Downloading certifi-2026.2.25-py3-none-any.whl (153 kB) Downloading roman_numerals-4.1.0-py3-none-any.whl (7.7 kB) Downloading snowballstemmer-3.0.1-py3-none-any.whl (103 kB) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl (119 kB) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl (82 kB) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl (98 kB) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl (88 kB) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl (92 kB) Installing collected packages: urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, snowballstemmer, roman-numerals, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset_normalizer, certifi, babel, alabaster, requests, Jinja2, sphinx Successfully installed Jinja2-3.1.6 MarkupSafe-3.0.3 Pygments-2.20.0 alabaster-1.0.0 babel-2.18.0 certifi-2026.2.25 charset_normalizer-3.4.7 docutils-0.22.4 idna-3.11 imagesize-2.0.0 packaging-26.0 requests-2.33.1 roman-numerals-4.1.0 snowballstemmer-3.0.1 sphinx-9.1.0 sphinxcontrib-applehelp-2.0.0 sphinxcontrib-devhelp-2.0.0 sphinxcontrib-htmlhelp-2.1.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-2.0.0 sphinxcontrib-serializinghtml-2.0.0 urllib3-2.6.3 [rtd-command-info] start-time: 2026-04-10T10:04:36.159934Z, end-time: 2026-04-10T10:04:43.060695Z, duration: 6, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r docs/api_reference/requirements.txt Requirement already satisfied: alabaster==1.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/envs/python-2.3.5/lib/python3.12/site-packages (from -r docs/api_reference/requirements.txt (line 3)) (1.0.0) Collecting astroid==3.3.8 (from -r docs/api_reference/requirements.txt (line 5)) Downloading astroid-3.3.8-py3-none-any.whl.metadata (4.5 kB) Collecting babel==2.17.0 (from -r docs/api_reference/requirements.txt (line 7)) Downloading babel-2.17.0-py3-none-any.whl.metadata (2.0 kB) Collecting certifi==2025.1.31 (from -r docs/api_reference/requirements.txt (line 9)) Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) Collecting charset-normalizer==3.4.1 (from -r docs/api_reference/requirements.txt (line 11)) Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB) Collecting docutils==0.21.2 (from -r docs/api_reference/requirements.txt (line 13)) Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) Collecting idna==3.10 (from -r docs/api_reference/requirements.txt (line 18)) Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) Collecting imagesize==1.4.1 (from -r docs/api_reference/requirements.txt (line 20)) Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB) Collecting jinja2==3.1.5 (from -r docs/api_reference/requirements.txt (line 22)) Downloading jinja2-3.1.5-py3-none-any.whl.metadata (2.6 kB) Collecting markdown-it-py==3.0.0 (from -r docs/api_reference/requirements.txt (line 27)) Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB) Collecting markupsafe==3.0.2 (from -r docs/api_reference/requirements.txt (line 31)) Downloading MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) Collecting mdit-py-plugins==0.4.2 (from -r docs/api_reference/requirements.txt (line 33)) Downloading mdit_py_plugins-0.4.2-py3-none-any.whl.metadata (2.8 kB) Collecting mdurl==0.1.2 (from -r docs/api_reference/requirements.txt (line 35)) Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB) Collecting myst-parser==4.0.0 (from -r docs/api_reference/requirements.txt (line 37)) Downloading myst_parser-4.0.0-py3-none-any.whl.metadata (5.4 kB) Collecting packaging==24.2 (from -r docs/api_reference/requirements.txt (line 39)) Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB) Collecting pygments==2.19.1 (from -r docs/api_reference/requirements.txt (line 41)) Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) Collecting pyyaml==6.0.2 (from -r docs/api_reference/requirements.txt (line 43)) Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting requests==2.32.3 (from -r docs/api_reference/requirements.txt (line 47)) Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) Collecting snowballstemmer==2.2.0 (from -r docs/api_reference/requirements.txt (line 49)) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB) Collecting sphinx==8.1.3 (from -r docs/api_reference/requirements.txt (line 51)) Downloading sphinx-8.1.3-py3-none-any.whl.metadata (6.4 kB) Collecting sphinx-autoapi==3.5.0 (from -r docs/api_reference/requirements.txt (line 59)) Downloading sphinx_autoapi-3.5.0-py3-none-any.whl.metadata (4.6 kB) Collecting sphinx-fontawesome==0.0.6 (from -r docs/api_reference/requirements.txt (line 61)) Downloading sphinx_fontawesome-0.0.6.tar.gz (22 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting sphinx-rtd-theme==3.0.2 (from -r docs/api_reference/requirements.txt (line 63)) Downloading sphinx_rtd_theme-3.0.2-py2.py3-none-any.whl.metadata (4.4 kB) Requirement already satisfied: sphinxcontrib-applehelp==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/envs/python-2.3.5/lib/python3.12/site-packages (from -r docs/api_reference/requirements.txt (line 65)) (2.0.0) Requirement already satisfied: sphinxcontrib-devhelp==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/envs/python-2.3.5/lib/python3.12/site-packages (from -r docs/api_reference/requirements.txt (line 67)) (2.0.0) Requirement already satisfied: sphinxcontrib-htmlhelp==2.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/envs/python-2.3.5/lib/python3.12/site-packages (from -r docs/api_reference/requirements.txt (line 69)) (2.1.0) Collecting sphinxcontrib-jquery==4.1 (from -r docs/api_reference/requirements.txt (line 71)) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl.metadata (2.6 kB) Requirement already satisfied: sphinxcontrib-jsmath==1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/envs/python-2.3.5/lib/python3.12/site-packages (from -r docs/api_reference/requirements.txt (line 73)) (1.0.1) Requirement already satisfied: sphinxcontrib-qthelp==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/envs/python-2.3.5/lib/python3.12/site-packages (from -r docs/api_reference/requirements.txt (line 75)) (2.0.0) Requirement already satisfied: sphinxcontrib-serializinghtml==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/envs/python-2.3.5/lib/python3.12/site-packages (from -r docs/api_reference/requirements.txt (line 77)) (2.0.0) Collecting tomlkit==0.13.2 (from -r docs/api_reference/requirements.txt (line 79)) Downloading tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB) Collecting urllib3==2.3.0 (from -r docs/api_reference/requirements.txt (line 81)) Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB) Downloading astroid-3.3.8-py3-none-any.whl (275 kB) Downloading babel-2.17.0-py3-none-any.whl (10.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 161.1 MB/s 0:00:00 Downloading certifi-2025.1.31-py3-none-any.whl (166 kB) Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (145 kB) Downloading docutils-0.21.2-py3-none-any.whl (587 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 141.3 MB/s 0:00:00 Downloading idna-3.10-py3-none-any.whl (70 kB) Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading jinja2-3.1.5-py3-none-any.whl (134 kB) Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Downloading MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) Downloading mdit_py_plugins-0.4.2-py3-none-any.whl (55 kB) Downloading myst_parser-4.0.0-py3-none-any.whl (84 kB) Downloading sphinx-8.1.3-py3-none-any.whl (3.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 668.7 MB/s 0:00:00 Downloading packaging-24.2-py3-none-any.whl (65 kB) Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 1.0 GB/s 0:00:00 Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 983.2 MB/s 0:00:00 Downloading requests-2.32.3-py3-none-any.whl (64 kB) Downloading urllib3-2.3.0-py3-none-any.whl (128 kB) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) Downloading sphinx_autoapi-3.5.0-py3-none-any.whl (35 kB) Downloading sphinx_rtd_theme-3.0.2-py2.py3-none-any.whl (7.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.7/7.7 MB 333.2 MB/s 0:00:00 Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) Downloading tomlkit-0.13.2-py3-none-any.whl (37 kB) Building wheels for collected packages: sphinx-fontawesome Building wheel for sphinx-fontawesome (pyproject.toml): started Building wheel for sphinx-fontawesome (pyproject.toml): finished with status 'done' Created wheel for sphinx-fontawesome: filename=sphinx_fontawesome-0.0.6-py3-none-any.whl size=22697 sha256=574f03c03c1657ee564cea933080f1716cbad02615904771832871ee45ed17fd Stored in directory: /tmp/pip-ephem-wheel-cache-kqrqo1l5/wheels/f0/ad/51/d5b6217ecfa1ed23fa88f0bdf71267b502e69a26bd8c6bc1e5 Successfully built sphinx-fontawesome Installing collected packages: snowballstemmer, urllib3, tomlkit, pyyaml, pygments, packaging, mdurl, markupsafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, astroid, requests, markdown-it-py, jinja2, sphinx, mdit-py-plugins, sphinxcontrib-jquery, sphinx-fontawesome, sphinx-autoapi, myst-parser, sphinx-rtd-theme Attempting uninstall: snowballstemmer Found existing installation: snowballstemmer 3.0.1 Uninstalling snowballstemmer-3.0.1: Successfully uninstalled snowballstemmer-3.0.1 Attempting uninstall: urllib3 Found existing installation: urllib3 2.6.3 Uninstalling urllib3-2.6.3: Successfully uninstalled urllib3-2.6.3 Attempting uninstall: pygments Found existing installation: Pygments 2.20.0 Uninstalling Pygments-2.20.0: Successfully uninstalled Pygments-2.20.0 Attempting uninstall: packaging Found existing installation: packaging 26.0 Uninstalling packaging-26.0: Successfully uninstalled packaging-26.0 Attempting uninstall: markupsafe Found existing installation: MarkupSafe 3.0.3 Uninstalling MarkupSafe-3.0.3: Successfully uninstalled MarkupSafe-3.0.3 Attempting uninstall: imagesize Found existing installation: imagesize 2.0.0 Uninstalling imagesize-2.0.0: Successfully uninstalled imagesize-2.0.0 Attempting uninstall: idna Found existing installation: idna 3.11 Uninstalling idna-3.11: Successfully uninstalled idna-3.11 Attempting uninstall: docutils Found existing installation: docutils 0.22.4 Uninstalling docutils-0.22.4: Successfully uninstalled docutils-0.22.4 Attempting uninstall: charset-normalizer Found existing installation: charset-normalizer 3.4.7 Uninstalling charset-normalizer-3.4.7: Successfully uninstalled charset-normalizer-3.4.7 Attempting uninstall: certifi Found existing installation: certifi 2026.2.25 Uninstalling certifi-2026.2.25: Successfully uninstalled certifi-2026.2.25 Attempting uninstall: babel Found existing installation: babel 2.18.0 Uninstalling babel-2.18.0: Successfully uninstalled babel-2.18.0 Attempting uninstall: requests Found existing installation: requests 2.33.1 Uninstalling requests-2.33.1: Successfully uninstalled requests-2.33.1 Attempting uninstall: jinja2 Found existing installation: Jinja2 3.1.6 Uninstalling Jinja2-3.1.6: Successfully uninstalled Jinja2-3.1.6 Attempting uninstall: sphinx Found existing installation: Sphinx 9.1.0 Uninstalling Sphinx-9.1.0: Successfully uninstalled Sphinx-9.1.0 Successfully installed astroid-3.3.8 babel-2.17.0 certifi-2025.1.31 charset-normalizer-3.4.1 docutils-0.21.2 idna-3.10 imagesize-1.4.1 jinja2-3.1.5 markdown-it-py-3.0.0 markupsafe-3.0.2 mdit-py-plugins-0.4.2 mdurl-0.1.2 myst-parser-4.0.0 packaging-24.2 pygments-2.19.1 pyyaml-6.0.2 requests-2.32.3 snowballstemmer-2.2.0 sphinx-8.1.3 sphinx-autoapi-3.5.0 sphinx-fontawesome-0.0.6 sphinx-rtd-theme-3.0.2 sphinxcontrib-jquery-4.1 tomlkit-0.13.2 urllib3-2.3.0 [rtd-command-info] start-time: 2026-04-10T10:04:43.200026Z, end-time: 2026-04-10T10:04:43.236852Z, duration: 0, exit-code: 0 cat docs/api_reference/conf.py # Configuration file for the Sphinx documentation builder. # # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html # -- Path setup -------------------------------------------------------------- import sphinx_rtd_theme import tomlkit from pathlib import Path # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "ommx" copyright = "2024, Jij Inc." author = "Jij Inc." here = Path(__file__).parent python_root = here.parent.parent / "python" # ${REPO_ROOT}/python pyproject_toml = tomlkit.loads((python_root / "ommx" / "pyproject.toml").read_text()) version = str(pyproject_toml["project"]["version"]) # type: ignore release = version # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration extensions = [ "sphinx.ext.autodoc", "sphinx.ext.doctest", "sphinx.ext.napoleon", "sphinx_rtd_theme", "sphinx_fontawesome", "autoapi.extension", "myst_parser", ] source_suffix = { ".rst": "restructuredtext", ".md": "markdown", } templates_path = ["_templates"] language = "en" exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = "sphinx_rtd_theme" html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] html_show_sourcelink = False html_static_path = [] # -- AutoAPI settings -------------------------------------------------------- # https://sphinx-autoapi.readthedocs.io/en/latest/reference/config.html#event-autoapi-skip-member autoapi_dirs = [ python_root / "ommx", python_root / "ommx-python-mip-adapter", python_root / "ommx-pyscipopt-adapter", python_root / "ommx-openjij-adapter", ] autoapi_options = [ "members", "inherited-members", "undoc-members", "show-module-summary", ] autoapi_member_order = "groupwise" autoapi_file_patterns = ["*.pyi", "*.py"] def skip_member(app, what, name, obj, skip, options): # Ignore the members for generating protobuf. if "global__" in name: return True if "DESCRIPTOR" in name: return True if name.startswith("test_"): return True if name == "conf" or name == "conftest": return True # Not display the string that generated by mypy-protobuf. if what == "module": obj.docstring = None return skip def setup(sphinx): sphinx.connect("autoapi-skip-member", skip_member) [rtd-command-info] start-time: 2026-04-10T10:04:43.323731Z, end-time: 2026-04-10T10:04:59.853100Z, duration: 16, exit-code: 0 python -m sphinx -T -j auto -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v8.1.3 WARNING: Calling get_html_theme_path is deprecated. If you are calling it to define html_theme_path, you are safe to remove that code. loading translations [en]... done [AutoAPI] Reading files... [ 2%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/_ommx_rust.pyi [AutoAPI] Reading files... [ 5%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/mps.py [AutoAPI] Reading files... [ 7%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/adapter.py [AutoAPI] Reading files... [ 9%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/qplib.py [AutoAPI] Reading files... [ 12%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/__init__.py [AutoAPI] Reading files... [ 14%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/testing.py [AutoAPI] Reading files... [ 16%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/artifact.py [AutoAPI] Reading files... [ 19%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/dataset.py [AutoAPI] Reading files... [ 21%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/function_pb2.pyi [AutoAPI] Reading files... [ 23%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/decision_variables_pb2.pyi [AutoAPI] Reading files... [ 26%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/linear_pb2.pyi [AutoAPI] Reading files... [ 28%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/quadratic_pb2.pyi [AutoAPI] Reading files... [ 30%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/sos1_pb2.pyi [AutoAPI] Reading files... [ 33%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/polynomial_pb2.pyi [AutoAPI] Reading files... [ 35%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/sample_set_pb2.pyi [AutoAPI] Reading files... [ 37%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/instance_pb2.pyi [AutoAPI] Reading files... [ 40%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/constraint_pb2.pyi [AutoAPI] Reading files... [ 42%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/one_hot_pb2.pyi [AutoAPI] Reading files... [ 44%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/parametric_instance_pb2.pyi [AutoAPI] Reading files... [ 47%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/constraint_hints_pb2.pyi [AutoAPI] Reading files... [ 49%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/solution_pb2.pyi [AutoAPI] Reading files... [ 51%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/annotation.py [AutoAPI] Reading files... [ 53%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/__init__.py [AutoAPI] Reading files... [ 56%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-python-mip-adapter/tests/test_integration.py [AutoAPI] Reading files... [ 58%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-python-mip-adapter/tests/test_model_to_instance.py [AutoAPI] Reading files... [ 60%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-python-mip-adapter/tests/conftest.py [AutoAPI] Reading files... [ 63%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-python-mip-adapter/tests/test_adapter.py [AutoAPI] Reading files... [ 65%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-python-mip-adapter/tests/test_constant_constraint.py [AutoAPI] Reading files... [ 67%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-python-mip-adapter/ommx_python_mip_adapter/exception.py [AutoAPI] Reading files... [ 70%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-python-mip-adapter/ommx_python_mip_adapter/adapter.py [AutoAPI] Reading files... [ 72%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-python-mip-adapter/ommx_python_mip_adapter/python_mip_to_ommx.py [AutoAPI] Reading files... [ 74%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-python-mip-adapter/ommx_python_mip_adapter/__init__.py [AutoAPI] Reading files... [ 77%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-pyscipopt-adapter/tests/test_ommx_pyscipopt.py [AutoAPI] Reading files... [ 79%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-pyscipopt-adapter/tests/test_integration.py [AutoAPI] Reading files... [ 81%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-pyscipopt-adapter/tests/test_sos1_working.py [AutoAPI] Reading files... [ 84%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-pyscipopt-adapter/tests/test_initial_state.py [AutoAPI] Reading files... [ 86%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-pyscipopt-adapter/tests/test_sos1_partial_evaluate.py [AutoAPI] Reading files... [ 88%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-pyscipopt-adapter/tests/test_error.py [AutoAPI] Reading files... [ 91%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-pyscipopt-adapter/ommx_pyscipopt_adapter/exception.py [AutoAPI] Reading files... [ 93%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-pyscipopt-adapter/ommx_pyscipopt_adapter/adapter.py [AutoAPI] Reading files... [ 95%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-pyscipopt-adapter/ommx_pyscipopt_adapter/__init__.py [AutoAPI] Reading files... [ 98%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-openjij-adapter/ommx_openjij_adapter/__init__.py [AutoAPI] Reading files... [100%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-openjij-adapter/tests/test_sample.py [AutoAPI] Mapping Data... [ 2%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/_ommx_rust.pyi [AutoAPI] Mapping Data... [ 5%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/mps.py [AutoAPI] Mapping Data... [ 7%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/adapter.py [AutoAPI] Mapping Data... [ 9%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/qplib.py [AutoAPI] Mapping Data... [ 12%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/__init__.py [AutoAPI] Mapping Data... [ 14%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/testing.py [AutoAPI] Mapping Data... [ 16%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/artifact.py [AutoAPI] Mapping Data... [ 19%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/dataset.py [AutoAPI] Mapping Data... [ 21%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/function_pb2.pyi [AutoAPI] Mapping Data... [ 23%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/decision_variables_pb2.pyi [AutoAPI] Mapping Data... [ 26%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/linear_pb2.pyi [AutoAPI] Mapping Data... [ 28%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/quadratic_pb2.pyi [AutoAPI] Mapping Data... [ 30%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/sos1_pb2.pyi [AutoAPI] Mapping Data... [ 33%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/polynomial_pb2.pyi [AutoAPI] Mapping Data... [ 35%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/sample_set_pb2.pyi [AutoAPI] Mapping Data... [ 37%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/instance_pb2.pyi [AutoAPI] Mapping Data... [ 40%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/constraint_pb2.pyi [AutoAPI] Mapping Data... [ 42%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/one_hot_pb2.pyi [AutoAPI] Mapping Data... [ 44%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/parametric_instance_pb2.pyi [AutoAPI] Mapping Data... [ 47%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/constraint_hints_pb2.pyi [AutoAPI] Mapping Data... [ 49%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/solution_pb2.pyi [AutoAPI] Mapping Data... [ 51%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/annotation.py [AutoAPI] Mapping Data... [ 53%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx/ommx/v1/__init__.py [AutoAPI] Mapping Data... [ 56%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-python-mip-adapter/tests/test_integration.py [AutoAPI] Mapping Data... [ 58%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-python-mip-adapter/tests/test_model_to_instance.py [AutoAPI] Mapping Data... [ 60%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-python-mip-adapter/tests/conftest.py [AutoAPI] Mapping Data... [ 63%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-python-mip-adapter/tests/test_adapter.py [AutoAPI] Mapping Data... [ 65%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-python-mip-adapter/tests/test_constant_constraint.py [AutoAPI] Mapping Data... [ 67%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-python-mip-adapter/ommx_python_mip_adapter/exception.py [AutoAPI] Mapping Data... [ 70%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-python-mip-adapter/ommx_python_mip_adapter/adapter.py [AutoAPI] Mapping Data... [ 72%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-python-mip-adapter/ommx_python_mip_adapter/python_mip_to_ommx.py [AutoAPI] Mapping Data... [ 74%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-python-mip-adapter/ommx_python_mip_adapter/__init__.py [AutoAPI] Mapping Data... [ 77%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-pyscipopt-adapter/tests/test_ommx_pyscipopt.py [AutoAPI] Mapping Data... [ 79%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-pyscipopt-adapter/tests/test_integration.py [AutoAPI] Mapping Data... [ 81%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-pyscipopt-adapter/tests/test_sos1_working.py [AutoAPI] Mapping Data... [ 84%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-pyscipopt-adapter/tests/test_initial_state.py [AutoAPI] Mapping Data... [ 86%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-pyscipopt-adapter/tests/test_sos1_partial_evaluate.py [AutoAPI] Mapping Data... [ 88%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-pyscipopt-adapter/tests/test_error.py [AutoAPI] Mapping Data... [ 91%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-pyscipopt-adapter/ommx_pyscipopt_adapter/exception.py [AutoAPI] Mapping Data... [ 93%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-pyscipopt-adapter/ommx_pyscipopt_adapter/adapter.py [AutoAPI] Mapping Data... [ 95%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-pyscipopt-adapter/ommx_pyscipopt_adapter/__init__.py [AutoAPI] Mapping Data... [ 98%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-openjij-adapter/ommx_openjij_adapter/__init__.py [AutoAPI] Mapping Data... [100%] /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/python/ommx-openjij-adapter/tests/test_sample.py [AutoAPI] Rendering Data... [ 3%] ommx [AutoAPI] Rendering Data... [ 7%] ommx.v1 [AutoAPI] Rendering Data... [ 10%] ommx.mps [AutoAPI] Rendering Data... [ 13%] ommx.qplib [AutoAPI] Rendering Data... [ 17%] ommx.adapter [AutoAPI] Rendering Data... [ 20%] ommx.testing [AutoAPI] Rendering Data... [ 23%] ommx.dataset [AutoAPI] Rendering Data... [ 27%] ommx.artifact [AutoAPI] Rendering Data... [ 30%] ommx.v1.sos1_pb2 [AutoAPI] Rendering Data... [ 33%] ommx.v1.linear_pb2 [AutoAPI] Rendering Data... [ 37%] ommx.v1.annotation [AutoAPI] Rendering Data... [ 40%] ommx.v1.one_hot_pb2 [AutoAPI] Rendering Data... [ 43%] ommx.v1.function_pb2 [AutoAPI] Rendering Data... [ 47%] ommx.v1.instance_pb2 [AutoAPI] Rendering Data... [ 50%] ommx.v1.solution_pb2 [AutoAPI] Rendering Data... [ 53%] ommx_openjij_adapter [AutoAPI] Rendering Data... [ 57%] ommx.v1.quadratic_pb2 [AutoAPI] Rendering Data... [ 60%] ommx.v1.polynomial_pb2 [AutoAPI] Rendering Data... [ 63%] ommx.v1.sample_set_pb2 [AutoAPI] Rendering Data... [ 67%] ommx.v1.constraint_pb2 [AutoAPI] Rendering Data... [ 70%] ommx_pyscipopt_adapter [AutoAPI] Rendering Data... [ 73%] ommx_python_mip_adapter [AutoAPI] Rendering Data... [ 77%] ommx.v1.constraint_hints_pb2 [AutoAPI] Rendering Data... [ 80%] ommx.v1.decision_variables_pb2 [AutoAPI] Rendering Data... [ 83%] ommx_pyscipopt_adapter.adapter [AutoAPI] Rendering Data... [ 87%] ommx.v1.parametric_instance_pb2 [AutoAPI] Rendering Data... [ 90%] ommx_python_mip_adapter.adapter [AutoAPI] Rendering Data... [ 93%] ommx_pyscipopt_adapter.exception [AutoAPI] Rendering Data... [ 97%] ommx_python_mip_adapter.exception [AutoAPI] Rendering Data... [100%] ommx_python_mip_adapter.python_mip_to_ommx [autosummary] generating autosummary for: index.rst myst v4.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=set(), disable_syntax=[], all_links_external=False, links_external_new_tab=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, footnote_sort=True, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 1 source files that are out of date updating environment: [new config] 32 added, 0 changed, 0 removed reading sources... [ 3%] autoapi/index reading sources... [ 6%] autoapi/ommx/adapter/index reading sources... [ 9%] autoapi/ommx/artifact/index reading sources... [ 12%] autoapi/ommx/dataset/index reading sources... [ 16%] autoapi/ommx/index reading sources... [ 19%] autoapi/ommx/mps/index reading sources... [ 22%] autoapi/ommx/qplib/index reading sources... [ 25%] autoapi/ommx/testing/index reading sources... [ 28%] autoapi/ommx/v1/annotation/index reading sources... [ 31%] autoapi/ommx/v1/constraint_hints_pb2/index reading sources... [ 34%] autoapi/ommx/v1/constraint_pb2/index reading sources... [ 38%] autoapi/ommx/v1/decision_variables_pb2/index reading sources... [ 41%] autoapi/ommx/v1/function_pb2/index reading sources... [ 44%] autoapi/ommx/v1/index reading sources... [ 47%] autoapi/ommx/v1/instance_pb2/index reading sources... [ 50%] autoapi/ommx/v1/linear_pb2/index reading sources... [ 53%] autoapi/ommx/v1/one_hot_pb2/index reading sources... [ 56%] autoapi/ommx/v1/parametric_instance_pb2/index reading sources... [ 59%] autoapi/ommx/v1/polynomial_pb2/index reading sources... [ 62%] autoapi/ommx/v1/quadratic_pb2/index reading sources... [ 66%] autoapi/ommx/v1/sample_set_pb2/index reading sources... [ 69%] autoapi/ommx/v1/solution_pb2/index reading sources... [ 72%] autoapi/ommx/v1/sos1_pb2/index reading sources... [ 75%] autoapi/ommx_openjij_adapter/index reading sources... [ 78%] autoapi/ommx_pyscipopt_adapter/adapter/index reading sources... [ 81%] autoapi/ommx_pyscipopt_adapter/exception/index reading sources... [ 84%] autoapi/ommx_pyscipopt_adapter/index reading sources... [ 88%] autoapi/ommx_python_mip_adapter/adapter/index reading sources... [ 91%] autoapi/ommx_python_mip_adapter/exception/index reading sources... [ 94%] autoapi/ommx_python_mip_adapter/index reading sources... [ 97%] autoapi/ommx_python_mip_adapter/python_mip_to_ommx/index reading sources... [100%] index [AutoAPI] Adding AutoAPI TOCTree [autoapi/index] to index.rst WARNING: the sphinx_fontawesome extension does not declare if it is safe for parallel reading, assuming it isn't - please ask the extension author to check and make it explicit WARNING: doing serial read /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/docs/api_reference/autoapi/ommx/v1/index.rst:2583: WARNING: Inline interpreted text or phrase reference start-string without end-string. [docutils] looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying static files... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/_readthedocs/html/_static/basic.css Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/_readthedocs/html/_static/language_data.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/_readthedocs/html/_static/documentation_options.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/jij-inc-ommx/checkouts/python-2.3.5/_readthedocs/html/_static/js/versions.js copying static files: done copying extra files... copying extra files: done copying assets: done writing output... [ 25%] autoapi/ommx/adapter/index .. autoapi/ommx/v1/constraint_pb2/index writing output... [ 50%] autoapi/ommx/v1/decision_variables_pb2/index .. autoapi/ommx/v1/sample_set_pb2/index writing output... [ 75%] autoapi/ommx/v1/solution_pb2/index .. autoapi/ommx_python_mip_adapter/python_mip_to_ommx/index writing output... [100%] index generating indices... genindex py-modindex done writing additional pages... search done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 4 warnings. The HTML pages are in ../../_readthedocs/html.