Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 14b32b4

Browse files
committed
build: Change name of open_edx_students dir to edx_students
1 parent 3ae1f53 commit 14b32b4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+9
-9
lines changed

en_us/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ html:
3838
@echo Open edX Release Notes
3939
@cd $(CURDIR)/open_edx_release_notes && make html $(Q_FLAG)
4040
@echo edX Open edX Students
41-
@cd $(CURDIR)/open_edx_students && make html $(Q_FLAG)
41+
@cd $(CURDIR)/edx_students && make html $(Q_FLAG)
4242
@echo XBlock Tutorial
4343
@cd $(CURDIR)/xblock-tutorial && make html $(Q_FLAG)

en_us/open_edx_students/.readthedocs.yaml renamed to en_us/edx_students/.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 2
88

99
# Build documentation in the docs/ directory with Sphinx
1010
sphinx:
11-
configuration: en_us/open_edx_students/source/conf.py
11+
configuration: en_us/edx_students/source/conf.py
1212

1313
build:
1414
os: ubuntu-22.04
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)