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

snews-cs docs not building #91

Open
sybenzvi opened this issue Feb 2, 2024 · 2 comments
Open

snews-cs docs not building #91

sybenzvi opened this issue Feb 2, 2024 · 2 comments
Assignees

Comments

@sybenzvi
Copy link
Contributor

sybenzvi commented Feb 2, 2024

@justinvasel created a branch and PR (#90) to clean up broken docs generation. I merged it but I find offline that several of the pinned dependencies in doc/requirements.txt are not resolving properly, causing sphinx documentation to fail.

@KaraMelih
Copy link
Collaborator

When I try to build the docs on RTD page, it fails here;

post_install:
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- poetry install --with docs

saying

ModuleNotFoundError: No module named 'six.moves'

Maybe it needs to be added here;

[tool.poetry.group.docs.dependencies]
sphinx = "<5" # Constrained by snews_pt
sphinx-pdj-theme = "^0.4.0"
?

@KaraMelih
Copy link
Collaborator

This PR #108 should fix it. I'll close the issue once it is merged

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

No branches or pull requests

2 participants