Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
# The suffix of source filenames.
source_suffix = '.rst'

# The master toctree document.
master_doc = 'index'
# The root toctree document.
root_doc = 'index'

# General substitutions.
project = 'python-ldap'
Expand Down
2 changes: 1 addition & 1 deletion Doc/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Project
**A3**: see file CHANGES in source distribution
or `repository`_.

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


Usage
Expand Down