Skip to content

Commit

Permalink
Merge pull request #2195 from raccoongang/max/quince-titles
Browse files Browse the repository at this point in the history
docs: add 'Quince' to titles
  • Loading branch information
arbrandes committed Oct 11, 2023
2 parents 5c78e67 + 9d7a241 commit 19b4e1b
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: Quince 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: Quince 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: Quince 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: Quince 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: Quince 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: Quince 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 = "quince"

# 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 19b4e1b

Please sign in to comment.