From b7aecfe6aaff9ea50f657ae2d6638e33addc07c6 Mon Sep 17 00:00:00 2001 From: jonathan vanasco Date: Mon, 14 Nov 2022 15:27:33 -0500 Subject: rename "master" to "main" --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index df117b1e3..1d2daa7de 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -86,7 +86,7 @@ templates_path = ['_templates'] # The suffix of source filenames. source_suffix = '.rst' -# The master toctree document. +# The main toctree document. master_doc = 'index' # General substitutions. @@ -150,7 +150,7 @@ html_theme = 'pyramid' html_theme_path = pylons_sphinx_themes.get_html_themes_path() html_theme_options = dict( github_url='https://github.com/Pylons/pyramid', - # On master branch and new branch still in + # On main branch and new branch still in # pre-release status: true; else: false. in_progress='true', # On branches previous to "latest": true; else: false. -- cgit v1.2.3