-
Notifications
You must be signed in to change notification settings - Fork 9
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
Docs #1139
Docs #1139
Conversation
updates: - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reading the readthedocs documentation, I think that what we had would still work. However, I provided an alternative in case the docs/requirements.txt is necessary. Additionally, from one of the examples on their documentation of the requirements file, another way is to add an install option to python as shown below:
python:
version: 3.8
pip_install: true
install:
path: ..
extra_requirements:
- docs
which should similarly run pip install ..[docs]
during building and is what is needed.
Thoughts?
I will try to mirror the attune configs setup, since they are still working well. |
Changes
avoid deprecation of Read the Docs
builds on readthedocs are currently failing, so this is an attempt to remedy this