Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix Read The Docs Part 2 #482

Merged
merged 3 commits into from
Sep 24, 2024
Merged

Fix Read The Docs Part 2 #482

merged 3 commits into from
Sep 24, 2024

Conversation

hf-krechan
Copy link
Collaborator

@hf-krechan hf-krechan commented Sep 24, 2024

Note

Auto-Merge active!

This PR should fix the following error from read the docs

Running Sphinx v7.4.7

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/ahbicht/envs/latest/lib/python3.11/site-packages/sphinx/config.py", line 529, in eval_config_file
    exec(code, namespace)  # NoQA: S102
    ^^^^^^^^^^^^^^^^^^^^^
  File "/home/docs/checkouts/readthedocs.org/user_builds/ahbicht/checkouts/latest/docs/conf.py", line 25, in <module>
    from ahbicht.content_evaluation import *
  File "/home/docs/checkouts/readthedocs.org/user_builds/ahbicht/checkouts/latest/docs/../src/ahbicht/content_evaluation/__init__.py", line 8, in <module>
    from lark import Token, Tree
ModuleNotFoundError: No module named 'lark'

@hf-krechan hf-krechan enabled auto-merge (squash) September 24, 2024 09:43
Comment on lines +119 to +124

[testenv:update_docs_requirements]
deps =
pip-tools
commands =
pip-compile --upgrade --extra=docs --output-file=dev_requirements/requirements-docs.txt pyproject.toml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dafür willst du ne eigene tox-Umgebung? 🤔

@hf-krechan hf-krechan merged commit 9aade9a into main Sep 24, 2024
19 checks passed
@hf-krechan hf-krechan deleted the fix-read-the-docs2 branch September 24, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants