stlehmann / pyads

Python wrapper for TwinCAT ADS
MIT License
257 stars 95 forks source link

docs not auto-building on readthedocs #380

Open chrisbeardy opened 6 months ago

chrisbeardy commented 6 months ago

Hi @stlehmann ,

The readthedocs doesn't seem to have auto rebuilt upon releasing a new version or on any commit in the last 2 months. Can you please either:

Thanks

stlehmann commented 6 months ago

Hey @chrisbeardy,

I triggered the docs build manually and got an error saying it can not find the pyads package which is weird because this has never been an issue before.

Read the Docs build information
Build id: 23936929
Project: pyads
Version: latest
Commit: 02e3815660ce7c0a5a5b48b545f6141e72d820df
Date: 2024-04-02T04:53:42.599582Z
State: finished
Success: False

[rtd-command-info] start-time: 2024-04-02T04:53:43.091159Z, end-time: 2024-04-02T04:53:43.428442Z, duration: 0, exit-code: 0
git clone --depth 1 https://github.com/stlehmann/pyads.git .
Cloning into '.'...

[rtd-command-info] start-time: 2024-04-02T04:53:43.446754Z, end-time: 2024-04-02T04:53:44.011191Z, duration: 0, exit-code: 0
git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master
From https://github.com/stlehmann/pyads
 * [new tag]         3.3.5      -> 3.3.5
 * [new tag]         3.3.6      -> 3.3.6
 * [new tag]         3.3.7      -> 3.3.7
 * [new tag]         3.3.8      -> 3.3.8
 * [new tag]         3.3.9      -> 3.3.9

[rtd-command-info] start-time: 2024-04-02T04:53:44.099975Z, end-time: 2024-04-02T04:53:44.161892Z, duration: 0, exit-code: 0
git checkout --force origin/master
Note: switching to 'origin/master'.

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 <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 02e3815 Update installation.md

[rtd-command-info] start-time: 2024-04-02T04:53:44.189431Z, end-time: 2024-04-02T04:53:44.259382Z, duration: 0, exit-code: 0
git clean -d -f -f

[rtd-command-info] start-time: 2024-04-02T04:53:44.297461Z, end-time: 2024-04-02T04:53:44.358464Z, duration: 0, exit-code: 0
cat .readthedocs.yaml
# Read the Docs configuration file for Sphinx projects
# 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-22.04
  tools:
    python: "3.10"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
  configuration: doc/conf.py

# declare the Python requirements required to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
  install:
    - requirements: requirements.txt

[rtd-command-info] start-time: 2024-04-02T04:53:49.263669Z, end-time: 2024-04-02T04:53:49.358156Z, duration: 0, exit-code: 0
asdf global python 3.10.13

[rtd-command-info] start-time: 2024-04-02T04:53:49.749793Z, end-time: 2024-04-02T04:53:51.329705Z, duration: 1, exit-code: 0
python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH
created virtual environment CPython3.10.13.final.0-64 in 929ms
  creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/pyads/envs/latest, 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: 2024-04-02T04:53:51.356897Z, end-time: 2024-04-02T04:54:05.105194Z, duration: 13, 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/pyads/envs/latest/lib/python3.10/site-packages (23.1)
Collecting pip
  Downloading pip-24.0-py3-none-any.whl (2.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 9.0 MB/s eta 0:00:00
Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/pyads/envs/latest/lib/python3.10/site-packages (67.6.1)
Collecting setuptools
  Downloading setuptools-69.2.0-py3-none-any.whl (821 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 821.5/821.5 kB 16.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-24.0 setuptools-69.2.0

[rtd-command-info] start-time: 2024-04-02T04:54:05.129220Z, end-time: 2024-04-02T04:54:11.760736Z, duration: 6, exit-code: 0
python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext
Collecting sphinx
  Downloading sphinx-7.2.6-py3-none-any.whl.metadata (5.9 kB)
Collecting readthedocs-sphinx-ext
  Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting sphinxcontrib-applehelp (from sphinx)
  Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl.metadata (2.3 kB)
Collecting sphinxcontrib-devhelp (from sphinx)
  Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl.metadata (2.3 kB)
Collecting sphinxcontrib-jsmath (from sphinx)
  Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx)
  Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl.metadata (2.3 kB)
Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx)
  Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl.metadata (2.4 kB)
Collecting sphinxcontrib-qthelp (from sphinx)
  Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl.metadata (2.2 kB)
Collecting Jinja2>=3.0 (from sphinx)
  Downloading Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB)
Collecting Pygments>=2.14 (from sphinx)
  Downloading pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB)
Collecting docutils<0.21,>=0.18.1 (from sphinx)
  Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB)
Collecting snowballstemmer>=2.0 (from sphinx)
  Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB)
Collecting babel>=2.9 (from sphinx)
  Downloading Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB)
Collecting alabaster<0.8,>=0.7 (from sphinx)
  Downloading alabaster-0.7.16-py3-none-any.whl.metadata (2.9 kB)
Collecting imagesize>=1.3 (from sphinx)
  Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting requests>=2.25.0 (from sphinx)
  Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting packaging>=21.0 (from sphinx)
  Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB)
Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx)
  Downloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
Collecting charset-normalizer<4,>=2 (from requests>=2.25.0->sphinx)
  Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
Collecting idna<4,>=2.5 (from requests>=2.25.0->sphinx)
  Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB)
Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx)
  Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB)
Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx)
  Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
Downloading sphinx-7.2.6-py3-none-any.whl (3.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 52.4 MB/s eta 0:00:00
Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl (11 kB)
Downloading alabaster-0.7.16-py3-none-any.whl (13 kB)
Downloading Babel-2.14.0-py3-none-any.whl (11.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.0/11.0 MB 122.8 MB/s eta 0:00:00
Downloading docutils-0.20.1-py3-none-any.whl (572 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 267.8 MB/s eta 0:00:00
Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB)
Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 kB 241.5 MB/s eta 0:00:00
Downloading packaging-24.0-py3-none-any.whl (53 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 201.5 MB/s eta 0:00:00
Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 273.4 MB/s eta 0:00:00
Downloading requests-2.31.0-py3-none-any.whl (62 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 213.2 MB/s eta 0:00:00
Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 234.5 MB/s eta 0:00:00
Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl (99 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 232.0 MB/s eta 0:00:00
Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl (92 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 224.7 MB/s eta 0:00:00
Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl (120 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 225.8 MB/s eta 0:00:00
Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl (83 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 223.6 MB/s eta 0:00:00
Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB)
Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl (89 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 210.3 MB/s eta 0:00:00
Downloading certifi-2024.2.2-py3-none-any.whl (163 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 258.0 MB/s eta 0:00:00
Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.1/142.1 kB 246.2 MB/s eta 0:00:00
Downloading idna-3.6-py3-none-any.whl (61 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 207.8 MB/s eta 0:00:00
Downloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
Downloading urllib3-2.2.1-py3-none-any.whl (121 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 241.4 MB/s eta 0:00:00
Installing collected packages: snowballstemmer, urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, sphinx, readthedocs-sphinx-ext
Successfully installed Jinja2-3.1.3 MarkupSafe-2.1.5 Pygments-2.17.2 alabaster-0.7.16 babel-2.14.0 certifi-2024.2.2 charset-normalizer-3.3.2 docutils-0.20.1 idna-3.6 imagesize-1.4.1 packaging-24.0 readthedocs-sphinx-ext-2.2.5 requests-2.31.0 snowballstemmer-2.2.0 sphinx-7.2.6 sphinxcontrib-applehelp-1.0.8 sphinxcontrib-devhelp-1.0.6 sphinxcontrib-htmlhelp-2.0.5 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.7 sphinxcontrib-serializinghtml-1.1.10 urllib3-2.2.1

[rtd-command-info] start-time: 2024-04-02T04:54:11.784247Z, end-time: 2024-04-02T04:54:21.172379Z, duration: 9, exit-code: 0
python -m pip install --exists-action=w --no-cache-dir -r requirements.txt
Collecting alabaster==0.7.12 (from -r requirements.txt (line 7))
  Downloading alabaster-0.7.12-py2.py3-none-any.whl.metadata (2.0 kB)
Collecting babel==2.9.1 (from -r requirements.txt (line 9))
  Downloading Babel-2.9.1-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting backports.entry-points-selectable==1.1.0 (from -r requirements.txt (line 11))
  Downloading backports.entry_points_selectable-1.1.0-py2.py3-none-any.whl.metadata (4.1 kB)
Collecting certifi==2021.10.8 (from -r requirements.txt (line 13))
  Downloading certifi-2021.10.8-py2.py3-none-any.whl.metadata (3.0 kB)
Collecting charset-normalizer==2.0.7 (from -r requirements.txt (line 15))
  Downloading charset_normalizer-2.0.7-py3-none-any.whl.metadata (11 kB)
Collecting colorama==0.4.4 (from -r requirements.txt (line 17))
  Downloading colorama-0.4.4-py2.py3-none-any.whl.metadata (14 kB)
Collecting commonmark==0.9.1 (from -r requirements.txt (line 21))
  Downloading commonmark-0.9.1-py2.py3-none-any.whl.metadata (5.7 kB)
Collecting distlib==0.3.3 (from -r requirements.txt (line 23))
  Downloading distlib-0.3.3-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting docutils==0.17.1 (from -r requirements.txt (line 25))
  Downloading docutils-0.17.1-py2.py3-none-any.whl.metadata (2.9 kB)
Collecting filelock==3.3.1 (from -r requirements.txt (line 30))
  Downloading filelock-3.3.1-py3-none-any.whl.metadata (2.6 kB)
Collecting idna==3.3 (from -r requirements.txt (line 34))
  Downloading idna-3.3-py3-none-any.whl.metadata (9.8 kB)
Collecting imagesize==1.2.0 (from -r requirements.txt (line 36))
  Downloading imagesize-1.2.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting jinja2==3.0.2 (from -r requirements.txt (line 38))
  Downloading Jinja2-3.0.2-py3-none-any.whl.metadata (3.5 kB)
Collecting markupsafe==2.0.1 (from -r requirements.txt (line 40))
  Downloading MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (3.2 kB)
Collecting packaging==21.0 (from -r requirements.txt (line 42))
  Downloading packaging-21.0-py3-none-any.whl.metadata (13 kB)
Collecting platformdirs==2.4.0 (from -r requirements.txt (line 46))
  Downloading platformdirs-2.4.0-py3-none-any.whl.metadata (9.2 kB)
Collecting pluggy==1.0.0 (from -r requirements.txt (line 48))
  Downloading pluggy-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB)
Collecting py==1.10.0 (from -r requirements.txt (line 50))
  Downloading py-1.10.0-py2.py3-none-any.whl.metadata (2.7 kB)
Collecting pygments==2.10.0 (from -r requirements.txt (line 52))
  Downloading Pygments-2.10.0-py3-none-any.whl.metadata (1.9 kB)
Collecting pyparsing==2.4.7 (from -r requirements.txt (line 54))
  Downloading pyparsing-2.4.7-py2.py3-none-any.whl.metadata (3.6 kB)
Collecting pytz==2021.3 (from -r requirements.txt (line 56))
  Downloading pytz-2021.3-py2.py3-none-any.whl.metadata (21 kB)
Collecting recommonmark==0.7.1 (from -r requirements.txt (line 58))
  Downloading recommonmark-0.7.1-py2.py3-none-any.whl.metadata (463 bytes)
Collecting requests==2.26.0 (from -r requirements.txt (line 60))
  Downloading requests-2.26.0-py2.py3-none-any.whl.metadata (4.8 kB)
Collecting six==1.16.0 (from -r requirements.txt (line 62))
  Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Collecting snowballstemmer==2.1.0 (from -r requirements.txt (line 66))
  Downloading snowballstemmer-2.1.0-py2.py3-none-any.whl.metadata (6.1 kB)
Collecting sphinx==4.2.0 (from -r requirements.txt (line 68))
  Downloading Sphinx-4.2.0-py3-none-any.whl.metadata (7.9 kB)
Collecting sphinx-rtd-theme==1.0.0 (from -r requirements.txt (line 73))
  Downloading sphinx_rtd_theme-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB)
Collecting sphinxcontrib-applehelp==1.0.2 (from -r requirements.txt (line 75))
  Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting sphinxcontrib-devhelp==1.0.2 (from -r requirements.txt (line 77))
  Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting sphinxcontrib-htmlhelp==2.0.0 (from -r requirements.txt (line 79))
  Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl.metadata (1.6 kB)
Requirement already satisfied: sphinxcontrib-jsmath==1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/pyads/envs/latest/lib/python3.10/site-packages (from -r requirements.txt (line 81)) (1.0.1)
Collecting sphinxcontrib-qthelp==1.0.3 (from -r requirements.txt (line 83))
  Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting sphinxcontrib-serializinghtml==1.1.5 (from -r requirements.txt (line 85))
  Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting toml==0.10.2 (from -r requirements.txt (line 87))
  Downloading toml-0.10.2-py2.py3-none-any.whl.metadata (7.1 kB)
Collecting tox==3.24.4 (from -r requirements.txt (line 89))
  Downloading tox-3.24.4-py2.py3-none-any.whl.metadata (7.5 kB)
Collecting urllib3==1.26.7 (from -r requirements.txt (line 91))
  Downloading urllib3-1.26.7-py2.py3-none-any.whl.metadata (44 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.5/44.5 kB 11.7 MB/s eta 0:00:00
Collecting virtualenv==20.8.1 (from -r requirements.txt (line 93))
  Downloading virtualenv-20.8.1-py2.py3-none-any.whl.metadata (4.8 kB)
Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/pyads/envs/latest/lib/python3.10/site-packages (from sphinx==4.2.0->-r requirements.txt (line 68)) (69.2.0)
Downloading alabaster-0.7.12-py2.py3-none-any.whl (14 kB)
Downloading Babel-2.9.1-py2.py3-none-any.whl (8.8 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.8/8.8 MB 92.6 MB/s eta 0:00:00
Downloading backports.entry_points_selectable-1.1.0-py2.py3-none-any.whl (6.2 kB)
Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 149.2/149.2 kB 238.9 MB/s eta 0:00:00
Downloading charset_normalizer-2.0.7-py3-none-any.whl (38 kB)
Downloading colorama-0.4.4-py2.py3-none-any.whl (16 kB)
Downloading commonmark-0.9.1-py2.py3-none-any.whl (51 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.1/51.1 kB 134.5 MB/s eta 0:00:00
Downloading distlib-0.3.3-py2.py3-none-any.whl (496 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 496.1/496.1 kB 257.0 MB/s eta 0:00:00
Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 575.5/575.5 kB 266.8 MB/s eta 0:00:00
Downloading filelock-3.3.1-py3-none-any.whl (9.7 kB)
Downloading idna-3.3-py3-none-any.whl (61 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 218.0 MB/s eta 0:00:00
Downloading imagesize-1.2.0-py2.py3-none-any.whl (4.8 kB)
Downloading Jinja2-3.0.2-py3-none-any.whl (133 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.8/133.8 kB 226.8 MB/s eta 0:00:00
Downloading MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (30 kB)
Downloading packaging-21.0-py3-none-any.whl (40 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.4/40.4 kB 181.5 MB/s eta 0:00:00
Downloading platformdirs-2.4.0-py3-none-any.whl (14 kB)
Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.6/97.6 kB 237.5 MB/s eta 0:00:00
Downloading Pygments-2.10.0-py3-none-any.whl (1.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 278.1 MB/s eta 0:00:00
Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.8/67.8 kB 217.4 MB/s eta 0:00:00
Downloading pytz-2021.3-py2.py3-none-any.whl (503 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 503.5/503.5 kB 272.9 MB/s eta 0:00:00
Downloading recommonmark-0.7.1-py2.py3-none-any.whl (10 kB)
Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 kB 216.7 MB/s eta 0:00:00
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Downloading snowballstemmer-2.1.0-py2.py3-none-any.whl (93 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.5/93.5 kB 233.1 MB/s eta 0:00:00
Downloading Sphinx-4.2.0-py3-none-any.whl (3.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 156.0 MB/s eta 0:00:00
Downloading sphinx_rtd_theme-1.0.0-py2.py3-none-any.whl (2.8 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 146.4 MB/s eta 0:00:00
Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.2/121.2 kB 227.8 MB/s eta 0:00:00
Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 155.1 MB/s eta 0:00:00
Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.5/100.5 kB 237.3 MB/s eta 0:00:00
Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 233.4 MB/s eta 0:00:00
Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.0/94.0 kB 218.3 MB/s eta 0:00:00
Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
Downloading tox-3.24.4-py2.py3-none-any.whl (85 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.6/85.6 kB 197.4 MB/s eta 0:00:00
Downloading urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.8/138.8 kB 250.1 MB/s eta 0:00:00
Downloading virtualenv-20.8.1-py2.py3-none-any.whl (5.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 85.8 MB/s eta 0:00:00
Installing collected packages: snowballstemmer, pytz, distlib, commonmark, certifi, alabaster, urllib3, toml, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, six, pyparsing, pygments, py, pluggy, platformdirs, markupsafe, imagesize, idna, filelock, docutils, colorama, charset-normalizer, backports.entry-points-selectable, babel, virtualenv, requests, packaging, jinja2, tox, sphinx, sphinx-rtd-theme, recommonmark
  Attempting uninstall: snowballstemmer
    Found existing installation: snowballstemmer 2.2.0
    Uninstalling snowballstemmer-2.2.0:
      Successfully uninstalled snowballstemmer-2.2.0
  Attempting uninstall: certifi
    Found existing installation: certifi 2024.2.2
    Uninstalling certifi-2024.2.2:
      Successfully uninstalled certifi-2024.2.2
  Attempting uninstall: alabaster
    Found existing installation: alabaster 0.7.16
    Uninstalling alabaster-0.7.16:
      Successfully uninstalled alabaster-0.7.16
  Attempting uninstall: urllib3
    Found existing installation: urllib3 2.2.1
    Uninstalling urllib3-2.2.1:
      Successfully uninstalled urllib3-2.2.1
  Attempting uninstall: sphinxcontrib-serializinghtml
    Found existing installation: sphinxcontrib-serializinghtml 1.1.10
    Uninstalling sphinxcontrib-serializinghtml-1.1.10:
      Successfully uninstalled sphinxcontrib-serializinghtml-1.1.10
  Attempting uninstall: sphinxcontrib-qthelp
    Found existing installation: sphinxcontrib-qthelp 1.0.7
    Uninstalling sphinxcontrib-qthelp-1.0.7:
      Successfully uninstalled sphinxcontrib-qthelp-1.0.7
  Attempting uninstall: sphinxcontrib-htmlhelp
    Found existing installation: sphinxcontrib-htmlhelp 2.0.5
    Uninstalling sphinxcontrib-htmlhelp-2.0.5:
      Successfully uninstalled sphinxcontrib-htmlhelp-2.0.5
  Attempting uninstall: sphinxcontrib-devhelp
    Found existing installation: sphinxcontrib-devhelp 1.0.6
    Uninstalling sphinxcontrib-devhelp-1.0.6:
      Successfully uninstalled sphinxcontrib-devhelp-1.0.6
  Attempting uninstall: sphinxcontrib-applehelp
    Found existing installation: sphinxcontrib-applehelp 1.0.8
    Uninstalling sphinxcontrib-applehelp-1.0.8:
      Successfully uninstalled sphinxcontrib-applehelp-1.0.8
  Attempting uninstall: pygments
    Found existing installation: Pygments 2.17.2
    Uninstalling Pygments-2.17.2:
      Successfully uninstalled Pygments-2.17.2
  Attempting uninstall: markupsafe
    Found existing installation: MarkupSafe 2.1.5
    Uninstalling MarkupSafe-2.1.5:
      Successfully uninstalled MarkupSafe-2.1.5
  Attempting uninstall: imagesize
    Found existing installation: imagesize 1.4.1
    Uninstalling imagesize-1.4.1:
      Successfully uninstalled imagesize-1.4.1
  Attempting uninstall: idna
    Found existing installation: idna 3.6
    Uninstalling idna-3.6:
      Successfully uninstalled idna-3.6
  Attempting uninstall: docutils
    Found existing installation: docutils 0.20.1
    Uninstalling docutils-0.20.1:
      Successfully uninstalled docutils-0.20.1
  Attempting uninstall: charset-normalizer
    Found existing installation: charset-normalizer 3.3.2
    Uninstalling charset-normalizer-3.3.2:
      Successfully uninstalled charset-normalizer-3.3.2
  Attempting uninstall: babel
    Found existing installation: Babel 2.14.0
    Uninstalling Babel-2.14.0:
      Successfully uninstalled Babel-2.14.0
  Attempting uninstall: requests
    Found existing installation: requests 2.31.0
    Uninstalling requests-2.31.0:
      Successfully uninstalled requests-2.31.0
  Attempting uninstall: packaging
    Found existing installation: packaging 24.0
    Uninstalling packaging-24.0:
      Successfully uninstalled packaging-24.0
  Attempting uninstall: jinja2
    Found existing installation: Jinja2 3.1.3
    Uninstalling Jinja2-3.1.3:
      Successfully uninstalled Jinja2-3.1.3
  Attempting uninstall: sphinx
    Found existing installation: Sphinx 7.2.6
    Uninstalling Sphinx-7.2.6:
      Successfully uninstalled Sphinx-7.2.6
Successfully installed alabaster-0.7.12 babel-2.9.1 backports.entry-points-selectable-1.1.0 certifi-2021.10.8 charset-normalizer-2.0.7 colorama-0.4.4 commonmark-0.9.1 distlib-0.3.3 docutils-0.17.1 filelock-3.3.1 idna-3.3 imagesize-1.2.0 jinja2-3.0.2 markupsafe-2.0.1 packaging-21.0 platformdirs-2.4.0 pluggy-1.0.0 py-1.10.0 pygments-2.10.0 pyparsing-2.4.7 pytz-2021.3 recommonmark-0.7.1 requests-2.26.0 six-1.16.0 snowballstemmer-2.1.0 sphinx-4.2.0 sphinx-rtd-theme-1.0.0 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 toml-0.10.2 tox-3.24.4 urllib3-1.26.7 virtualenv-20.8.1

[rtd-command-info] start-time: 2024-04-02T04:54:21.529198Z, end-time: 2024-04-02T04:54:21.587233Z, duration: 0, exit-code: 0
cat doc/conf.py
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# pyads documentation build configuration file, created by
# sphinx-quickstart on Sat Jul 15 09:35:19 2017.
#
# This file is execfile()d with the current directory set to its
# containing dir.
#
# Note that not all possible configuration values are present in this
# autogenerated file.
#
# All configuration values have a default; values that are commented out
# serve to show the default.

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))

# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
#
# needs_sphinx = '1.0'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.

extensions = ['sphinx.ext.autodoc',
    'sphinx.ext.coverage',
    'sphinx.ext.viewcode',
    'recommonmark',
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
# source_suffix = '.rst'
from recommonmark.parser import CommonMarkParser

source_suffix = {
    '.rst': 'restructuredtext',
    '.md': 'markdown',
}

# The master toctree document.
master_doc = 'index'

# General information about the project.
project = 'pyads'
copyright = '2024, Stefan Lehmann'
author = 'Stefan Lehmann'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
from pyads import __version__
# The short X.Y version.
version = __version__
# The full version, including alpha/beta/rc tags.
release = __version__

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This patterns also effect to html_static_path and html_extra_path
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False

# -- Options for HTML output ----------------------------------------------

# The theme to use for HTML and HTML Help pages.  See the documentation for
# a list of builtin themes.
#
html_theme = 'sphinx_rtd_theme'

# Theme options are theme-specific and customize the look and feel of a theme
# further.  For a list of options available for each theme, see the
# documentation.
#
# html_theme_options = {}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
#
# This is required for the alabaster theme
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
html_sidebars = {
    '**': [
        'about.html',
        'navigation.html',
        'relations.html',  # needs 'show_related': True theme option to display
        'searchbox.html',
        'donate.html',
    ]
}

# -- Options for HTMLHelp output ------------------------------------------

# Output file base name for HTML help builder.
htmlhelp_basename = 'pyadsdoc'

# -- Options for LaTeX output ---------------------------------------------

latex_elements = {
    # The paper size ('letterpaper' or 'a4paper').
    #
    # 'papersize': 'letterpaper',

    # The font size ('10pt', '11pt' or '12pt').
    #
    # 'pointsize': '10pt',

    # Additional stuff for the LaTeX preamble.
    #
    # 'preamble': '',

    # Latex figure (float) alignment
    #
    # 'figure_align': 'htbp',
}

# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
#  author, documentclass [howto, manual, or own class]).
latex_documents = [
    (master_doc, 'pyads.tex', 'pyads Documentation',
     'Stefan Lehmann', 'manual'),
]

# -- Options for manual page output ---------------------------------------

# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
    (master_doc, 'pyads', 'pyads Documentation',
     [author], 1)
]

# -- Options for Texinfo output -------------------------------------------

# Grouping the document tree into Texinfo files. List of tuples
# (source start file, target name, title, author,
#  dir menu entry, description, category)
texinfo_documents = [
    (master_doc, 'pyads', 'pyads Documentation',
     author, 'pyads', 'One line description of project.',
     'Miscellaneous'),
]

autoclass_content = 'both'

###########################################################################
#          auto-created readthedocs.org specific configuration            #
###########################################################################

#
# The following code was added during an automated build on readthedocs.org
# It is auto created and injected for every build. The result is based on the
# conf.py.tmpl file found in the readthedocs.org codebase:
# https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl
#
# Note: this file shouldn't rely on extra dependencies.

import importlib
import sys
import os.path

# Borrowed from six.
PY3 = sys.version_info[0] == 3
string_types = str if PY3 else basestring

from sphinx import version_info

# Get suffix for proper linking to GitHub
# This is deprecated in Sphinx 1.3+,
# as each page can have its own suffix
if globals().get('source_suffix', False):
    if isinstance(source_suffix, string_types):
        SUFFIX = source_suffix
    elif isinstance(source_suffix, (list, tuple)):
        # Sphinx >= 1.3 supports list/tuple to define multiple suffixes
        SUFFIX = source_suffix[0]
    elif isinstance(source_suffix, dict):
        # Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes
        SUFFIX = list(source_suffix.keys())[0]  # make a ``list()`` for py2/py3 compatibility
    else:
        # default to .rst
        SUFFIX = '.rst'
else:
    SUFFIX = '.rst'

# Add RTD Static Path. Add to the end because it overwrites previous files.
if not 'html_static_path' in globals():
    html_static_path = []
if os.path.exists('_static'):
    html_static_path.append('_static')

# Define this variable in case it's not defined by the user.
# It defaults to `alabaster` which is the default from Sphinx.
# https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_theme
html_theme = globals().get('html_theme', 'alabaster')

#Add project information to the template context.
context = {
    'html_theme': html_theme,
    'current_version': "latest",
    'version_slug': "latest",
    'MEDIA_URL': "https://media.readthedocs.org/",
    'STATIC_URL': "https://assets.readthedocs.org/static/",
    'PRODUCTION_DOMAIN': "readthedocs.org",
    'proxied_static_path': "/_/static/",
    'versions': [
    ("latest", "/en/latest/"),
    ("stable", "/en/stable/"),
    ],
    'downloads': [ 
    ("html", "//pyads.readthedocs.io/_/downloads/en/latest/htmlzip/"),
    ],
    'subprojects': [ 
    ],
    'slug': 'pyads',
    'name': u'pyads',
    'rtd_language': u'en',
    'programming_language': u'py',
    'canonical_url': '',
    'analytics_code': 'None',
    'single_version': False,
    'conf_py_path': '/doc/',
    'api_host': 'https://readthedocs.org',
    'github_user': 'stlehmann',
    'proxied_api_host': '/_',
    'github_repo': 'pyads',
    'github_version': 'master',
    'display_github': True,
    'bitbucket_user': 'None',
    'bitbucket_repo': 'None',
    'bitbucket_version': 'master',
    'display_bitbucket': False,
    'gitlab_user': 'None',
    'gitlab_repo': 'None',
    'gitlab_version': 'master',
    'display_gitlab': False,
    'READTHEDOCS': True,
    'using_theme': (html_theme == "default"),
    'new_theme': (html_theme == "sphinx_rtd_theme"),
    'source_suffix': SUFFIX,
    'ad_free': False,
    'docsearch_disabled': False,
    'user_analytics_code': '',
    'global_analytics_code': 'UA-17997319-1',
    'commit': '02e38156',
}

# For sphinx >=1.8 we can use html_baseurl to set the canonical URL.
# https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl
if version_info >= (1, 8):
    if not globals().get('html_baseurl'):
        html_baseurl = context['canonical_url']
    context['canonical_url'] = None

if 'html_context' in globals():
    for key in context:
        if key not in html_context:
            html_context[key] = context[key]
else:
    html_context = context

# Add custom RTD extension
if 'extensions' in globals():
    # Insert at the beginning because it can interfere
    # with other extensions.
    # See https://github.com/rtfd/readthedocs.org/pull/4054
    extensions.insert(0, "readthedocs_ext.readthedocs")
else:
    extensions = ["readthedocs_ext.readthedocs"]

# Add External version warning banner to the external version documentation
if 'branch' == 'external':
    extensions.insert(1, "readthedocs_ext.external_version_warning")
    readthedocs_vcs_url = 'None'
    readthedocs_build_url = 'https://readthedocs.org/projects/pyads/builds/23936929/'

project_language = 'en'

# User's Sphinx configurations
language_user = globals().get('language', None)
latex_engine_user = globals().get('latex_engine', None)
latex_elements_user = globals().get('latex_elements', None)

# Remove this once xindy gets installed in Docker image and XINDYOPS
# env variable is supported
# https://github.com/rtfd/readthedocs-docker-images/pull/98
latex_use_xindy = False

chinese = any([
    language_user in ('zh_CN', 'zh_TW'),
    project_language in ('zh_CN', 'zh_TW'),
])

japanese = any([
    language_user == 'ja',
    project_language == 'ja',
])

if chinese:
    latex_engine = latex_engine_user or 'xelatex'

    latex_elements_rtd = {
        'preamble': '\\usepackage[UTF8]{ctex}\n',
    }
    latex_elements = latex_elements_user or latex_elements_rtd
elif japanese:
    latex_engine = latex_engine_user or 'platex'

# Make sure our build directory is always excluded
exclude_patterns = globals().get('exclude_patterns', [])
exclude_patterns.extend(['_build'])

[rtd-command-info] start-time: 2024-04-02T04:54:21.609261Z, end-time: 2024-04-02T04:54:22.081563Z, duration: 0, exit-code: 2
python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
Running Sphinx v4.2.0

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/pyads/envs/latest/lib/python3.10/site-packages/sphinx/config.py", line 328, in eval_config_file
    exec(code, namespace)
  File "/home/docs/checkouts/readthedocs.org/user_builds/pyads/checkouts/latest/doc/conf.py", line 68, in <module>
    from pyads import __version__
ModuleNotFoundError: No module named 'pyads'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/pyads/envs/latest/lib/python3.10/site-packages/sphinx/cmd/build.py", line 276, in build_main
    app = Sphinx(args.sourcedir, args.confdir, args.outputdir,
  File "/home/docs/checkouts/readthedocs.org/user_builds/pyads/envs/latest/lib/python3.10/site-packages/sphinx/application.py", line 216, in __init__
    self.config = Config.read(self.confdir, confoverrides or {}, self.tags)
  File "/home/docs/checkouts/readthedocs.org/user_builds/pyads/envs/latest/lib/python3.10/site-packages/sphinx/config.py", line 172, in read
    namespace = eval_config_file(filename, tags)
  File "/home/docs/checkouts/readthedocs.org/user_builds/pyads/envs/latest/lib/python3.10/site-packages/sphinx/config.py", line 341, in eval_config_file
    raise ConfigError(msg % traceback.format_exc()) from exc
sphinx.errors.ConfigError: There is a programmable error in your configuration file:

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/pyads/envs/latest/lib/python3.10/site-packages/sphinx/config.py", line 328, in eval_config_file
    exec(code, namespace)
  File "/home/docs/checkouts/readthedocs.org/user_builds/pyads/checkouts/latest/doc/conf.py", line 68, in <module>
    from pyads import __version__
ModuleNotFoundError: No module named 'pyads'

Configuration error:
There is a programmable error in your configuration file:

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/pyads/envs/latest/lib/python3.10/site-packages/sphinx/config.py", line 328, in eval_config_file
    exec(code, namespace)
  File "/home/docs/checkouts/readthedocs.org/user_builds/pyads/checkouts/latest/doc/conf.py", line 68, in <module>
    from pyads import __version__
ModuleNotFoundError: No module named 'pyads'
stlehmann commented 6 months ago

@chrisbeardy I'd like to add you as an collaborator to the readthedocs project. Can you send me your email or RTD username?

Cheers, Stefan

chrisbeardy commented 6 months ago

Its linked to my Github so the user name is the same as there. Hopefully that's enough...

chrisbeardy commented 6 months ago

for my own record, tried downgrading the python version as that was first thing that appeared on google, didnt work, will try to build locally now and see if issue with sphink or readthedocs

stlehmann commented 6 months ago

@chrisbeardy it could be necessary to install pyads first by doing pip install -e .

chrisbeardy commented 6 months ago

Possibly, but it looks like an issue with either Sphinx or read the docs from my research as read the docs have changed there build process, in going to see if I can build locally correctly first to make sure that works then I can try and get readthe docs to replicate that

stlehmann commented 5 months ago

56b056bd15d202a30dce22ba9d4cf8e5d72d0f7d fixes the error above. However we fail later with the following error:

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/pyads/envs/stlehmann-rtd/lib/python3.8/site-packages/sphinx/config.py", line 328, in eval_config_file
    exec(code, namespace)
  File "/home/docs/checkouts/readthedocs.org/user_builds/pyads/checkouts/stlehmann-rtd/doc/conf.py", line 68, in <module>
    from pyads import __version__
  File "/home/docs/checkouts/readthedocs.org/user_builds/pyads/envs/stlehmann-rtd/lib/python3.8/site-packages/pyads/__init__.py", line 10, in <module>
    from .ads import (
  File "/home/docs/checkouts/readthedocs.org/user_builds/pyads/envs/stlehmann-rtd/lib/python3.8/site-packages/pyads/ads.py", line 50, in <module>
    from .pyads_ex import (
  File "/home/docs/checkouts/readthedocs.org/user_builds/pyads/envs/stlehmann-rtd/lib/python3.8/site-packages/pyads/pyads_ex.py", line 89, in <module>
    _adsDLL = ctypes.CDLL(adslib)
  File "/home/docs/.asdf/installs/python/3.8.18/lib/python3.8/ctypes/__init__.py", line 373, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: adslib.so: cannot open shared object file: No such file or directory