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

ci: fix failing readthedocs build by adding sphinx_rtd_theme dependency #553

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

wookayin
Copy link
Member

This might fix the failing readthedocs CI #552 issue (can't fully test until merged).

@justinmk justinmk merged commit 7a84048 into neovim:master Dec 11, 2023
19 checks passed
- method: pip
path: .
extra_requirements:
- sphinx_rtd_theme
Copy link
Member

Choose a reason for hiding this comment

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

should it be sphinx-rtd-theme ?

Copy link
Member Author

@wookayin wookayin Dec 11, 2023

Choose a reason for hiding this comment

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

Actually this translated to pip install .[sphinx_rtd_theme] (sorry the docs were not clear enough...). So I think the solution is to change this with docs and add sphinx-rtd-theme into extra_requires['docs'].

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.

None yet

2 participants