Skip to content

Commit

Permalink
Merge pull request #2255 from raccoongang/max/redwood-titles
Browse files Browse the repository at this point in the history
docs: add 'Redwood' to titles
  • Loading branch information
cmltaWt0 committed May 20, 2024
2 parents feefa54 + a326c40 commit 502c18c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion en_us/install_operations/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from shared.conf import *

# General information about the project.
project = u'Installing, Configuring, and Running the Open edX Platform'
project = u'Installing, Configuring, and Running the Open edX Platform: Redwood Release'
set_audience(OPENEDX, DEVELOPERS)

# remove directory when content is first added to it, and add it to index
Expand Down
6 changes: 3 additions & 3 deletions en_us/install_operations/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _Installing, Configuring, and Running the Open edX Platform:

###########################################################
Installing, Configuring, and Running the Open edX Platform
###########################################################
###########################################################################
Installing, Configuring, and Running the Open edX Platform: Redwood Release
###########################################################################

This guide provides instructions for using your own instance of the Open edX
platform and associated applications.
Expand Down
2 changes: 1 addition & 1 deletion en_us/open_edx_course_authors/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
def setup(app):
app.add_config_value('product', '', True)

project = u'Building and Running an Open edX Course'
project = u'Building and Running an Open edX Course: Redwood Release'
6 changes: 3 additions & 3 deletions en_us/open_edx_course_authors/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _Building and Running an Open edX Course:

#######################################
Building and Running an Open edX Course
#######################################
########################################################
Building and Running an Open edX Course: Redwood Release
########################################################

.. toctree::
:numbered:
Expand Down
2 changes: 1 addition & 1 deletion en_us/open_edx_students/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from shared.conf import *

project = u'Open edX Learner\'s Guide'
project = u'Open edX Learner\'s Guide: Redwood Release'

exclude_patterns = ['links.rst', 'reusables/*', 'SFD_mathformatting.rst']

Expand Down
6 changes: 3 additions & 3 deletions en_us/open_edx_students/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _Open edX Learner's Guide:

########################
Open edX Learner's Guide
########################
#########################################
Open edX Learner's Guide: Redwood Release
#########################################

.. toctree::
:numbered:
Expand Down
2 changes: 1 addition & 1 deletion shared/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# What release line is this? Use "master" for master, and the release name
# on release branches. Zebrawood should have "zebrawood".
release_line = "master"
release_line = "redwood"

# The slug that is used by ReadTheDocs for this version of the projects.
project_version = "latest" if (release_line == "master") else f"open-release-{release_line}.master"
Expand Down

0 comments on commit 502c18c

Please sign in to comment.