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

Update dependencies #193

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Update dependencies #193

wants to merge 1 commit into from

Conversation

MarekSuchanek
Copy link
Member

What I did:

rm -rf env
python -m venv env
. env/bin/activate
cd docs
pip install -r requirements.direct.txt
pip freeze > requirements.txt
make clean
make html

It was necessary then to adjust conf.py as top_of_page_button has been deprecated in favor of top_of_page_buttons (see docs).

Finally, I made an unlisted version to check in RTD: https://guide.ds-wizard.org/en/update-deps/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant