Skip to content

Commit ec74e5b

Browse files
authored
Conscious Language: Rename master branch to main branch
Additionally, rename sphinx configuration parameter master_doc to root_doc Fixes: python-ldap#509
1 parent b8ad0c5 commit ec74e5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
# The suffix of source filenames.
5151
source_suffix = '.rst'
5252

53-
# The master toctree document.
54-
master_doc = 'index'
53+
# The root toctree document.
54+
root_doc = 'index'
5555

5656
# General substitutions.
5757
project = 'python-ldap'

Doc/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Project
1313
**A3**: see file CHANGES in source distribution
1414
or `repository`_.
1515

16-
.. _repository: https://github.com/python-ldap/python-ldap/blob/master/CHANGES
16+
.. _repository: https://github.com/python-ldap/python-ldap/blob/main/CHANGES
1717

1818

1919
Usage

0 commit comments

Comments
 (0)