Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ad0c5 commit ec74e5bCopy full SHA for ec74e5b
Doc/conf.py
@@ -50,8 +50,8 @@
50
# The suffix of source filenames.
51
source_suffix = '.rst'
52
53
-# The master toctree document.
54
-master_doc = 'index'
+# The root toctree document.
+root_doc = 'index'
55
56
# General substitutions.
57
project = 'python-ldap'
Doc/faq.rst
@@ -13,7 +13,7 @@ Project
13
**A3**: see file CHANGES in source distribution
14
or `repository`_.
15
16
-.. _repository: https://github.com/python-ldap/python-ldap/blob/master/CHANGES
+.. _repository: https://github.com/python-ldap/python-ldap/blob/main/CHANGES
17
18
19
Usage
0 commit comments