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

Test pr #42

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@
# documentation.
#
html_theme_options = {
"repository_url": "https://github.com/edx/devstack",
"announcement": "Devstack is no longer supported by the Open edX community. See <a href='https://docs.tutor.edly.io/index.html'>Tutor</a> for the community-supported developer and installation environment.<br><br>For any fork of devstack, you should look elsewhere for up-to-date docs for your fork.",
"repository_url": "https://github.com/openedx/devstack",
"repository_branch": "master",
"path_to_docs": "docs/",
"home_page_in_toc": True,
Expand Down
2 changes: 1 addition & 1 deletion provision-lms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ done


# Fix missing vendor file by clearing the cache
docker compose exec -T lms bash -e -c 'rm /edx/app/edxapp/edx-platform/.prereqs_cache/Node_prereqs.sha1'
# docker compose exec -T lms bash -e -c 'rm /edx/app/edxapp/edx-platform/.prereqs_cache/Node_prereqs.sha1'

# Create static assets for both LMS and CMS
for app in "${apps[@]}"; do
Expand Down
Loading