diff options
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
