Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix broken readthedocs script #92

Closed
ptgrogan opened this issue Jan 13, 2025 · 0 comments · Fixed by #93
Closed

Fix broken readthedocs script #92

ptgrogan opened this issue Jan 13, 2025 · 0 comments · Fixed by #93

Comments

@ptgrogan
Copy link
Contributor

Docs-building command python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html is throwing an error due to the configuration file:

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/tatc/envs/stable/lib/python3.10/site-packages/sphinx/config.py", line 529, in eval_config_file
    exec(code, namespace)  # NoQA: S102
  File "/home/docs/checkouts/readthedocs.org/user_builds/tatc/checkouts/stable/docs/conf.py", line 26, in <module>
    import tatc
  File "/home/docs/checkouts/readthedocs.org/user_builds/tatc/envs/stable/lib/python3.10/site-packages/tatc/__init__.py", line 5, in <module>
    from . import analysis
  File "/home/docs/checkouts/readthedocs.org/user_builds/tatc/envs/stable/lib/python3.10/site-packages/tatc/analysis/__init__.py", line 5, in <module>
    from .coverage import (
  File "/home/docs/checkouts/readthedocs.org/user_builds/tatc/envs/stable/lib/python3.10/site-packages/tatc/analysis/coverage.py", line 18, in <module>
    from ..schemas.point import Point
  File "/home/docs/checkouts/readthedocs.org/user_builds/tatc/envs/stable/lib/python3.10/site-packages/tatc/schemas/__init__.py", line 5, in <module>
    from .architecture import Architecture
  File "/home/docs/checkouts/readthedocs.org/user_builds/tatc/envs/stable/lib/python3.10/site-packages/tatc/schemas/architecture.py", line 12, in <module>
    from .satellite import (
  File "/home/docs/checkouts/readthedocs.org/user_builds/tatc/envs/stable/lib/python3.10/site-packages/tatc/schemas/satellite.py", line 19, in <module>
    from tatc.utils import (
  File "/home/docs/checkouts/readthedocs.org/user_builds/tatc/envs/stable/lib/python3.10/site-packages/tatc/utils.py", line 30, in <module>
    from . import config
  File "/home/docs/checkouts/readthedocs.org/user_builds/tatc/envs/stable/lib/python3.10/site-packages/tatc/config.py", line 86, in <module>
    rc = load_yaml_config(
  File "/home/docs/checkouts/readthedocs.org/user_builds/tatc/envs/stable/lib/python3.10/site-packages/tatc/config.py", line 74, in load_yaml_config
    raise ConfigError("Couldn't load config file (not found)")
tatc.config.ConfigError: Couldn't load config file (not found)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant